mirror of
				https://github.com/gradle/gradle-build-action.git
				synced 2025-11-04 09:58:56 +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