Skip to content

Commit 9d95282

Browse files
authored
Merge pull request #291 from arduino/dependabot/npm_and_yarn/actions/core-1.10.1
Bump @actions/core from 1.10.0 to 1.10.1
2 parents df5e68e + 42e698d commit 9d95282

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
@@ -888,7 +888,7 @@ class OidcClient {
888888
.catch(error => {
889889
throw new Error(`Failed to get ID Token. \n
890890
Error Code : ${error.statusCode}\n
891-
Error Message: ${error.result.message}`);
891+
Error Message: ${error.message}`);
892892
});
893893
const id_token = (_a = res.result) === null || _a === void 0 ? void 0 : _a.value;
894894
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
@@ -22,7 +22,7 @@
2222
"author": "Arduino",
2323
"license": "MIT",
2424
"dependencies": {
25-
"@actions/core": "^1.10.0",
25+
"@actions/core": "^1.10.1",
2626
"@actions/http-client": "^2.1.1",
2727
"@actions/tool-cache": "^2.0.1",
2828
"semver": "^7.5.4"

0 commit comments

Comments
 (0)