Skip to content
This repository has been archived by the owner on Nov 16, 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 Sep 26, 2020
1 parent ff4d944 commit 1aac911
Show file tree
Hide file tree
Showing 37 changed files with 416 additions and 164 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":"workflow-conclusion-action","sha":"52be0b0380719d1487408d00d602d84e1fdc6a0e","ref":"refs/tags/test/v1.2.7.263527546","tagName":"test/v1.2.7.263527546","branch":"gh-actions","tags":["test/v1.2.7.263527546","test/v1.2.7","test/v1.2","test/v1"],"updated_at":"2020-09-20T09:05:49.265Z"}
{"owner":"technote-space","repo":"workflow-conclusion-action","sha":"FETCH_HEAD","ref":"refs/heads/master","tagName":"test/v1.2.7","branch":"gh-actions","tags":["test/v1.2.7","test/v1.2","test/v1"],"updated_at":"2020-09-26T06:13:49.702Z"}
3 changes: 2 additions & 1 deletion lib/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@ const path_1 = require("path");
const core_1 = require("@actions/core");
const context_1 = require("@actions/github/lib/context");
const github_action_helper_1 = require("@technote-space/github-action-helper");
const github_action_log_helper_1 = require("@technote-space/github-action-log-helper");
const process_1 = require("./process");
const run = () => __awaiter(void 0, void 0, void 0, function* () {
const logger = new github_action_helper_1.Logger();
const logger = new github_action_log_helper_1.Logger();
const context = new context_1.Context();
github_action_helper_1.ContextHelper.showActionInfo(path_1.resolve(__dirname, '..'), logger, context);
yield process_1.execute(logger, github_action_helper_1.Utils.getOctokit(), context);
Expand Down
79 changes: 41 additions & 38 deletions node_modules/.yarn-integrity

Large diffs are not rendered by default.

5 changes: 0 additions & 5 deletions node_modules/@actions/core/lib/command.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 3 additions & 16 deletions node_modules/@actions/core/lib/command.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion node_modules/@actions/core/lib/command.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 19 additions & 3 deletions node_modules/@actions/core/lib/core.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion node_modules/@actions/core/lib/core.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions node_modules/@actions/core/lib/file-command.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

29 changes: 29 additions & 0 deletions node_modules/@actions/core/lib/file-command.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions node_modules/@actions/core/lib/file-command.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions node_modules/@actions/core/lib/utils.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 19 additions & 0 deletions node_modules/@actions/core/lib/utils.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions node_modules/@actions/core/lib/utils.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion node_modules/@actions/core/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1aac911

Please sign in to comment.