Skip to content

Commit

Permalink
release v1.1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
Rony committed Sep 12, 2023
1 parent 1823d26 commit 2be3777
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ class OidcClient {
.catch(error => {
throw new Error(`Failed to get ID Token. \n
Error Code : ${error.statusCode}\n
Error Message: ${error.result.message}`);
Error Message: ${error.message}`);
});
const id_token = (_a = res.result) === null || _a === void 0 ? void 0 : _a.value;
if (!id_token) {
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "workflow-check",
"version": "1.1.17",
"version": "1.1.18",
"description": "A Github Action that validates other workflow statuses on given runner",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 2be3777

Please sign in to comment.