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