This commit is contained in:
Seth Vargo 2021-11-25 14:28:51 -05:00
parent ddbc4798b7
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}`);
}
});
}