switch to console.log

This commit is contained in:
yimysty
2022-06-28 17:55:21 -07:00
parent 64c69a5fdf
commit 801d74db09
3 changed files with 3 additions and 3 deletions

View File

@@ -42,7 +42,7 @@ async function main() {
try {
idToken = await core.getIDToken()
} catch (error) {
core.info(error)
console.log(error)
core.setFailed(`Ensure GITHUB_TOKEN has permission "idToken: write".`)
return
}