mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-04-01 06:53:17 +08:00
error message updated
This commit is contained in:
@@ -59,7 +59,7 @@ export class OidcClient implements IOidcClient {
|
||||
throw new Error(
|
||||
`Failed to get ID Token. \n
|
||||
Error Code : ${error.statusCode}\n
|
||||
Response body: ${error.result}`
|
||||
Response body: ${error.result.message}`
|
||||
)
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user