Skip to content

Commit 31d7735

Browse files
authored
Merge pull request #24 from git-for-windows/dependabot/npm_and_yarn/actions/core-1.10.1
Bump @actions/core from 1.10.0 to 1.10.1
2 parents 396a172 + 274c946 commit 31d7735

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -719,7 +719,7 @@ class OidcClient {
719719
.catch(error => {
720720
throw new Error(`Failed to get ID Token. \n
721721
Error Code : ${error.statusCode}\n
722-
Error Message: ${error.result.message}`);
722+
Error Message: ${error.message}`);
723723
});
724724
const id_token = (_a = res.result) === null || _a === void 0 ? void 0 : _a.value;
725725
if (!id_token) {

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"homepage": "https://github.com/git-for-windows/rss-to-issues#readme",
2828
"dependencies": {
29-
"@actions/core": "^1.10.0",
29+
"@actions/core": "^1.10.1",
3030
"@actions/github": "^6.0.0",
3131
"html-to-md": "^0.8.5",
3232
"rss-parser": "^3.13.0"

0 commit comments

Comments
 (0)