Skip to content
This repository was archived by the owner on May 15, 2021. It is now read-only.

Commit 305fc6b

Browse files
feat: build for release
1 parent c204ffd commit 305fc6b

File tree

142 files changed

+1274
-600
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

142 files changed

+1274
-600
lines changed

build.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"owner":"technote-space","repo":"auto-cancel-redundant-job","sha":"940e516fc44bbd0e66a88e8561ae75bf191e9fae","ref":"refs/tags/v1.4.5","tagName":"v1.4.5","branch":"gh-actions","tags":["v1.4.5","v1.4","v1"],"updated_at":"2020-09-13T09:14:53.195Z"}
1+
{"owner":"technote-space","repo":"auto-cancel-redundant-job","sha":"FETCH_HEAD","ref":"refs/heads/master","tagName":"test/v1.4.6","branch":"gh-actions","tags":["test/v1.4.6","test/v1.4","test/v1"],"updated_at":"2020-09-26T08:13:31.580Z"}

lib/main.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@ const path_1 = require("path");
1313
const core_1 = require("@actions/core");
1414
const context_1 = require("@actions/github/lib/context");
1515
const github_action_helper_1 = require("@technote-space/github-action-helper");
16+
const github_action_log_helper_1 = require("@technote-space/github-action-log-helper");
1617
const process_1 = require("./process");
1718
const run = () => __awaiter(void 0, void 0, void 0, function* () {
18-
const logger = new github_action_helper_1.Logger();
19+
const logger = new github_action_log_helper_1.Logger();
1920
const context = new context_1.Context();
2021
github_action_helper_1.ContextHelper.showActionInfo(path_1.resolve(__dirname, '..'), logger, context);
2122
yield process_1.execute(logger, github_action_helper_1.Utils.getOctokit(), context);

node_modules/.yarn-integrity

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

node_modules/@actions/core/lib/command.d.ts

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

node_modules/@actions/core/lib/command.js

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

node_modules/@actions/core/lib/command.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.

node_modules/@actions/core/lib/core.js

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

node_modules/@actions/core/lib/core.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.

node_modules/@actions/core/lib/file-command.d.ts

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

node_modules/@actions/core/lib/file-command.js

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

0 commit comments

Comments
 (0)