1
0
Fork 0
mirror of synced 2026-06-05 17:08:20 +00:00
This commit is contained in:
Seth Vargo 2021-11-25 14:28:51 -05:00
commit 2428105372
Failed to extract signature

2
dist/index.js vendored
View file

@ -295,7 +295,7 @@ function run() {
}
}
catch (err) {
(0, core_1.setFailed)(`Action failed with error: ${err}`);
(0, core_1.setFailed)(`google-github-actions/auth failed with: ${err}`);
}
});
}