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

Commit 663f635

Browse files
committedJan 5, 2021
feat: build for release
1 parent 56a5fc1 commit 663f635

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed
 

Diff for: ‎README.ja.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
- [使用方法](#%E4%BD%BF%E7%94%A8%E6%96%B9%E6%B3%95)
2020
- [スクリーンショット](#%E3%82%B9%E3%82%AF%E3%83%AA%E3%83%BC%E3%83%B3%E3%82%B7%E3%83%A7%E3%83%83%E3%83%88)
2121
- [キャンセル中](#%E3%82%AD%E3%83%A3%E3%83%B3%E3%82%BB%E3%83%AB%E4%B8%AD)
22-
- [キャンセルされたジョブ](#%E3%82%AD%E3%83%A3%E3%83%B3%E3%82%BB%E3%83%AB%E3%81%95%E3%82%8C%E3%81%9F%E3%82%B8%E3%83%A7%E3%83%96)
22+
- [キャンセルされたワークフロー](#%E3%82%AD%E3%83%A3%E3%83%B3%E3%82%BB%E3%83%AB%E3%81%95%E3%82%8C%E3%81%9F%E3%83%AF%E3%83%BC%E3%82%AF%E3%83%95%E3%83%AD%E3%83%BC)
2323
- [結果](#%E7%B5%90%E6%9E%9C)
2424
- [Outputs](#outputs)
2525
- [Author](#author)
@@ -67,7 +67,7 @@ e.g.
6767
### キャンセル中
6868
![cancelling](https://raw.githubusercontent.com/technote-space/auto-cancel-redundant-workflow/images/cancelling.png)
6969

70-
### キャンセルされたジョブ
70+
### キャンセルされたワークフロー
7171
![cancelled](https://raw.githubusercontent.com/technote-space/auto-cancel-redundant-workflow/images/cancelled.png)
7272

7373
### 結果
@@ -76,7 +76,7 @@ e.g.
7676
## Outputs
7777
| name | description | e.g. |
7878
|:---:|:---|:---:|
79-
|ids|キャンセルされた Run ID|`1234,2345`|
79+
|ids|キャンセルされたワークフローの Run ID|`1234,2345`|
8080

8181
## Author
8282
[GitHub (Technote)](https://github.com/technote-space)

Diff for: ‎README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ GitHub Actions to automatically cancel redundant workflow.
1919
- [Usage](#usage)
2020
- [Screenshots](#screenshots)
2121
- [Cancelling jobs](#cancelling-jobs)
22-
- [Cancelled job](#cancelled-job)
22+
- [Cancelled workflow](#cancelled-workflow)
2323
- [Result](#result)
2424
- [Outputs](#outputs)
2525
- [Author](#author)
@@ -67,7 +67,7 @@ e.g.
6767
### Cancelling jobs
6868
![cancelling](https://raw.githubusercontent.com/technote-space/auto-cancel-redundant-workflow/images/cancelling.png)
6969

70-
### Cancelled job
70+
### Cancelled workflow
7171
![cancelled](https://raw.githubusercontent.com/technote-space/auto-cancel-redundant-workflow/images/cancelled.png)
7272

7373
### Result
@@ -76,7 +76,7 @@ e.g.
7676
## Outputs
7777
| name | description | e.g. |
7878
|:---:|:---|:---:|
79-
|ids|The results of cancelled run ids.|`1234,2345`|
79+
|ids|Run IDs of the cancelled workflow.|`1234,2345`|
8080

8181
## Author
8282
[GitHub (Technote)](https://github.com/technote-space)

Diff for: ‎action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ inputs:
2626
required: false
2727
default: 'true'
2828
CONSIDER_RE_RUN:
29-
description: Whether to consider re-run.
29+
description: Whether to consider re-run. (Just a simple check of updated_at)
3030
required: false
3131
default: 'false'
3232
INTERVAL_MS:

Diff for: ‎build.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"owner":"technote-space","repo":"auto-cancel-redundant-workflow","sha":"FETCH_HEAD","ref":"refs/heads/master","tagName":"test/v1.6.7","branch":"gh-actions","tags":["test/v1.6.7","test/v1.6","test/v1"],"updated_at":"2021-01-05T17:22:55.525Z"}
1+
{"owner":"technote-space","repo":"auto-cancel-redundant-workflow","sha":"b7d9400b28a6eed16e965e2026a95cf221610794","ref":"refs/tags/v1.7.0","tagName":"v1.7.0","branch":"gh-actions","tags":["v1.7.0","v1.7","v1"],"updated_at":"2021-01-05T18:10:00.894Z"}

Diff for: ‎node_modules/.yarn-integrity

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
This repository has been archived.