mirror of
https://github.com/gradle/gradle-build-action.git
synced 2025-09-12 10:42:23 +08:00
@@ -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()
|
||||
}
|
||||
|
Reference in New Issue
Block a user