diff --git a/src/main.ts b/src/main.ts index 0fe8a38..02d0684 100644 --- a/src/main.ts +++ b/src/main.ts @@ -76,7 +76,7 @@ async function obtainAccessToken( core.info( `Received status ${ response.status - } from endpoint ${endpoint.toString()}: ${JSON.stringify(response.data)}` + } from endpoint ${endpoint.toString()}` ) return response.data['accessToken']