Skip to content
This repository has been archived by the owner on Nov 24, 2023. It is now read-only.

Commit

Permalink
feat: build for release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 6, 2022
1 parent a422a61 commit 5e165af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"owner":"technote-space","repo":"get-diff-action","sha":"e2748900c83908c7f3631112b5330acd86d22586","ref":"refs/tags/test/v6.1.1.2779455784","tagName":"test/v6.1.1.2779455784","branch":"gh-actions","tags":["test/v6.1.1.2779455784","test/v6.1.1","test/v6.1","test/v6"],"updated_at":"2022-08-02T03:47:35.584Z"}
{"owner":"technote-space","repo":"get-diff-action","sha":"c0bbd2e442325fa5d8088353b9f3b916c5e06784","ref":"refs/tags/test/v6.1.1.2807447580","tagName":"test/v6.1.1.2807447580","branch":"gh-actions","tags":["test/v6.1.1.2807447580","test/v6.1.1","test/v6.1","test/v6"],"updated_at":"2022-08-06T03:27:01.051Z"}
4 changes: 2 additions & 2 deletions lib/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -1308,8 +1308,8 @@ function requireOidcUtils () {
.getJson(id_token_url)
.catch(error => {
throw new Error(`Failed to get ID Token. \n
Error Code : ${error.statusCode}\n
Error Message: ${error.result.message}`);
Error Code : ${error.statusCode}\n
Error Message: ${error.result.message}`);
});
const id_token = (_a = res.result) === null || _a === void 0 ? void 0 : _a.value;
if (!id_token) {
Expand Down

0 comments on commit 5e165af

Please sign in to comment.