Skip to content

Commit 2dc5f32

Browse files
build(deps): bump @actions/core from 1.10.0 to 1.10.1 (#94)
* build(deps): bump @actions/core from 1.10.0 to 1.10.1 Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.10.0 to 1.10.1. - [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core) --- updated-dependencies: - dependency-name: "@actions/core" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Build script --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: toshimaru <me@toshimaru.net>
1 parent f2f78d6 commit 2dc5f32

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@ class OidcClient {
558558
.catch(error => {
559559
throw new Error(`Failed to get ID Token. \n
560560
Error Code : ${error.statusCode}\n
561-
Error Message: ${error.result.message}`);
561+
Error Message: ${error.message}`);
562562
});
563563
const id_token = (_a = res.result) === null || _a === void 0 ? void 0 : _a.value;
564564
if (!id_token) {

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
"homepage": "https://github.com/toshimaru/auto-author-assign#readme",
2727
"funding": "https://github.com/sponsors/toshimaru",
2828
"dependencies": {
29-
"@actions/core": "^1.10.0",
29+
"@actions/core": "^1.10.1",
3030
"@actions/github": "5.1.1"
3131
},
3232
"devDependencies": {

0 commit comments

Comments
 (0)