Update metadata and docs for repository move/rename

Fixes #60
This commit is contained in:
Daz DeBoer 2021-08-07 15:17:27 -07:00
parent 0206df026c
commit 01bfa29846
No known key found for this signature in database
GPG key ID: DD6B9F0B06683D5D
5 changed files with 18 additions and 21 deletions

View file

@ -178,7 +178,7 @@ async function httpGetGradleVersions(
}
async function httpGetString(url: string): Promise<string> {
const httpClient = new httpm.HttpClient('eskatos/gradle-command-action')
const httpClient = new httpm.HttpClient('gradle/gradle-build-action')
const response = await httpClient.get(url)
return response.readBody()
}