File tree 2 files changed +4
-4
lines changed 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 20
20
runs-on : ubuntu-latest
21
21
steps :
22
22
- name : Cancel Previous Runs
23
- uses : styfle/cancel-workflow-action@0.5 .0
23
+ uses : styfle/cancel-workflow-action@0.6 .0
24
24
with :
25
25
access_token : ${{ github.token }}
26
26
# - name: Run Tests
46
46
runs-on : ubuntu-latest
47
47
timeout-minutes : 3
48
48
steps :
49
- - uses : styfle/cancel-workflow-action@0.5 .0
49
+ - uses : styfle/cancel-workflow-action@0.6 .0
50
50
with :
51
51
workflow_id : 479426
52
52
access_token : ${{ github.token }}
55
55
- _Note_: ` workflow_id` can be a Workflow ID (number) or Workflow File Name (string)
56
56
- _Note_ : ` workflow_id` also accepts a comma separated list if you need to cancel multiple workflows
57
57
58
- At the time of writing `0.5 .0` is the latest release but you can select any [release](https://github.com/styfle/cancel-workflow-action/releases).
58
+ At the time of writing `0.6 .0` is the latest release but you can select any [release](https://github.com/styfle/cancel-workflow-action/releases).
59
59
60
60
# # Contributing
61
61
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " cancel-workflow-action" ,
3
- "version" : " 0.5 .0" ,
3
+ "version" : " 0.6 .0" ,
4
4
"main" : " dist/index.js" ,
5
5
"license" : " MIT" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments