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

Commit 3ec58e8

Browse files
feat: build for release
1 parent d01710d commit 3ec58e8

22 files changed

+196
-117
lines changed

Diff for: README.ja.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Auto Cancel Redundant Job
22

3-
[![CI Status](https://github.com/technote-space/auto-cancel-redundant-job/workflows/CI/badge.svg)](https://github.com/technote-space/auto-cancel-redundant-job/actions)
4-
[![codecov](https://codecov.io/gh/technote-space/auto-cancel-redundant-job/branch/master/graph/badge.svg)](https://codecov.io/gh/technote-space/auto-cancel-redundant-job)
5-
[![CodeFactor](https://www.codefactor.io/repository/github/technote-space/auto-cancel-redundant-job/badge)](https://www.codefactor.io/repository/github/technote-space/auto-cancel-redundant-job)
6-
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/technote-space/auto-cancel-redundant-job/blob/master/LICENSE)
3+
[![CI Status](https://github.com/technote-space/auto-cancel-redundant-workflow/workflows/CI/badge.svg)](https://github.com/technote-space/auto-cancel-redundant-workflow/actions)
4+
[![codecov](https://codecov.io/gh/technote-space/auto-cancel-redundant-workflow/branch/master/graph/badge.svg)](https://codecov.io/gh/technote-space/auto-cancel-redundant-workflow)
5+
[![CodeFactor](https://www.codefactor.io/repository/github/technote-space/auto-cancel-redundant-workflow/badge)](https://www.codefactor.io/repository/github/technote-space/auto-cancel-redundant-workflow)
6+
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/technote-space/auto-cancel-redundant-workflow/blob/master/LICENSE)
77

88
*Read this in other languages: [English](README.md), [日本語](README.ja.md).*
99

@@ -42,7 +42,7 @@ jobs:
4242
runs-on: ubuntu-latest
4343
steps:
4444
# この GitHub Actions をこの workflow の中でできるだけ早く少なくとも一度は使用してください。
45-
- uses: technote-space/auto-cancel-redundant-job@v1
45+
- uses: technote-space/auto-cancel-redundant-workflow@v1
4646
# Run any steps
4747
- name: any steps
4848
run: echo test
@@ -65,13 +65,13 @@ e.g.
6565

6666
## スクリーンショット
6767
### キャンセル中
68-
![cancelling](https://raw.githubusercontent.com/technote-space/auto-cancel-redundant-job/images/cancelling.png)
68+
![cancelling](https://raw.githubusercontent.com/technote-space/auto-cancel-redundant-workflow/images/cancelling.png)
6969

7070
### キャンセルされたジョブ
71-
![cancelled](https://raw.githubusercontent.com/technote-space/auto-cancel-redundant-job/images/cancelled.png)
71+
![cancelled](https://raw.githubusercontent.com/technote-space/auto-cancel-redundant-workflow/images/cancelled.png)
7272

7373
### 結果
74-
![result](https://raw.githubusercontent.com/technote-space/auto-cancel-redundant-job/images/result.png)
74+
![result](https://raw.githubusercontent.com/technote-space/auto-cancel-redundant-workflow/images/result.png)
7575

7676
## Outputs
7777
| name | description | e.g. |

Diff for: README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Auto Cancel Redundant Job
22

3-
[![CI Status](https://github.com/technote-space/auto-cancel-redundant-job/workflows/CI/badge.svg)](https://github.com/technote-space/auto-cancel-redundant-job/actions)
4-
[![codecov](https://codecov.io/gh/technote-space/auto-cancel-redundant-job/branch/master/graph/badge.svg)](https://codecov.io/gh/technote-space/auto-cancel-redundant-job)
5-
[![CodeFactor](https://www.codefactor.io/repository/github/technote-space/auto-cancel-redundant-job/badge)](https://www.codefactor.io/repository/github/technote-space/auto-cancel-redundant-job)
6-
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/technote-space/auto-cancel-redundant-job/blob/master/LICENSE)
3+
[![CI Status](https://github.com/technote-space/auto-cancel-redundant-workflow/workflows/CI/badge.svg)](https://github.com/technote-space/auto-cancel-redundant-workflow/actions)
4+
[![codecov](https://codecov.io/gh/technote-space/auto-cancel-redundant-workflow/branch/master/graph/badge.svg)](https://codecov.io/gh/technote-space/auto-cancel-redundant-workflow)
5+
[![CodeFactor](https://www.codefactor.io/repository/github/technote-space/auto-cancel-redundant-workflow/badge)](https://www.codefactor.io/repository/github/technote-space/auto-cancel-redundant-workflow)
6+
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/technote-space/auto-cancel-redundant-workflow/blob/master/LICENSE)
77

88
*Read this in other languages: [English](README.md), [日本語](README.ja.md).*
99

@@ -42,7 +42,7 @@ jobs:
4242
runs-on: ubuntu-latest
4343
steps:
4444
# Use this GitHub Actions at least once in this workflow as soon as possible.
45-
- uses: technote-space/auto-cancel-redundant-job@v1
45+
- uses: technote-space/auto-cancel-redundant-workflow@v1
4646
# Run any steps
4747
- name: any steps
4848
run: echo test
@@ -65,13 +65,13 @@ e.g.
6565

6666
## Screenshots
6767
### Cancelling jobs
68-
![cancelling](https://raw.githubusercontent.com/technote-space/auto-cancel-redundant-job/images/cancelling.png)
68+
![cancelling](https://raw.githubusercontent.com/technote-space/auto-cancel-redundant-workflow/images/cancelling.png)
6969

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

7373
### Result
74-
![result](https://raw.githubusercontent.com/technote-space/auto-cancel-redundant-job/images/result.png)
74+
![result](https://raw.githubusercontent.com/technote-space/auto-cancel-redundant-workflow/images/result.png)
7575

7676
## Outputs
7777
| name | description | e.g. |

Diff for: build.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"owner":"technote-space","repo":"auto-cancel-redundant-job","sha":"85e2bf86d3ff14a4d92c95a6112edba55f59ed00","ref":"refs/tags/v1.6.2","tagName":"v1.6.2","branch":"gh-actions","tags":["v1.6.2","v1.6","v1"],"updated_at":"2020-10-22T15:30:20.883Z"}
1+
{"owner":"technote-space","repo":"auto-cancel-redundant-workflow","sha":"FETCH_HEAD","ref":"refs/heads/master","tagName":"test/v1.6.3","branch":"gh-actions","tags":["test/v1.6.3","test/v1.6","test/v1"],"updated_at":"2020-10-30T08:17:25.529Z"}

0 commit comments

Comments
 (0)