Skip to content

Commit

Permalink
Update dependency @actions/core to v1.10.1 (#78)
Browse files Browse the repository at this point in the history
* Update dependency @actions/core to v1.10.1

* Update dist

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: sqbot <[email protected]>
  • Loading branch information
renovate[bot] and sqbot authored Sep 21, 2023
1 parent 3bf5700 commit 18816a4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 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
14 changes: 7 additions & 7 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
Expand Up @@ -11,7 +11,7 @@
"author": "SEQSENSE",
"license": "Apache-2.0",
"dependencies": {
"@actions/core": "1.10.0",
"@actions/core": "1.10.1",
"extract-pr-titles": "1.1.0",
"simple-git": "3.19.1"
},
Expand Down

0 comments on commit 18816a4

Please sign in to comment.