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
+1 -1
View File
@@ -7517,7 +7517,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
}
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
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
}