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

Commit 4505062

Browse files
feat: build for release
1 parent 7d6c08c commit 4505062

File tree

30 files changed

+31897
-7216
lines changed

30 files changed

+31897
-7216
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":"0bea05e76c6ec16674d05efbd44d932b4235b775","ref":"refs/tags/v1.2.3","tagName":"v1.2.3","branch":"releases/v1","tags":["v1.2.3","v1.2","v1"],"updated_at":"2020-04-05T09:59:04.147Z"}
1+
{"owner":"technote-space","repo":"auto-cancel-redundant-job","sha":"ffd169f495192cc7b2bfcc12b2d86ba581fa04a4","ref":"refs/tags/v1.2.4","tagName":"v1.2.4","branch":"gh-actions","tags":["v1.2.4","v1.2","v1"],"updated_at":"2020-04-14T16:08:12.141Z"}

lib/process.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ exports.execute = (logger, octokit, context) => __awaiter(void 0, void 0, void 0
2424
logger.log();
2525
const currentRun = runs.find(run => run.id === runId);
2626
if (!currentRun) {
27-
logger.info(logger.c('maybe canceled', { color: 'yellow' }));
27+
logger.info(logger.c('current run not found', { color: 'yellow' }));
2828
return;
2929
}
3030
const runsWithCreatedAtTime = runs.filter(run => run.id !== runId).map(run => (Object.assign(Object.assign({}, run), { createdAt: Date.parse(run.created_at) })));

node_modules/.yarn-integrity

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

node_modules/@actions/http-client/RELEASES.md

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

node_modules/@actions/http-client/index.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/http-client/index.js

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/http-client/package.json

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

node_modules/@octokit/request/dist-node/index.js

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/@octokit/request/dist-node/index.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/@octokit/request/dist-src/version.js

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

0 commit comments

Comments
 (0)