Skip to content

Commit

Permalink
Merge pull request #24 from git-for-windows/dependabot/npm_and_yarn/a…
Browse files Browse the repository at this point in the history
…ctions/core-1.10.1

Bump @actions/core from 1.10.0 to 1.10.1
  • Loading branch information
dscho committed Feb 12, 2024
2 parents 396a172 + 274c946 commit 31d7735
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -719,7 +719,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
2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

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 @@ -26,7 +26,7 @@
},
"homepage": "https://github.com/git-for-windows/rss-to-issues#readme",
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/core": "^1.10.1",
"@actions/github": "^6.0.0",
"html-to-md": "^0.8.5",
"rss-parser": "^3.13.0"
Expand Down

0 comments on commit 31d7735

Please sign in to comment.