File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
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.7 .0
23
+ uses : styfle/cancel-workflow-action@0.8 .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.7 .0
49
+ - uses : styfle/cancel-workflow-action@0.8 .0
50
50
with :
51
51
workflow_id : 479426
52
52
access_token : ${{ github.token }}
74
74
cancel:
75
75
runs-on: ubuntu-latest
76
76
steps:
77
- - uses: styfle/cancel-workflow-action@0.7 .0
77
+ - uses: styfle/cancel-workflow-action@0.8 .0
78
78
with:
79
79
workflow_id: ${{ github.event.workflow.id }}
80
80
` ` `
94
94
timeout-minutes: 3
95
95
steps:
96
96
- name: Cancel build runs
97
- uses: styfle/cancel-workflow-action@0.7 .0
97
+ uses: styfle/cancel-workflow-action@0.8 .0
98
98
with:
99
99
ignore_sha: true
100
100
workflow_id: 479426
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " cancel-workflow-action" ,
3
- "version" : " 0.7 .0" ,
3
+ "version" : " 0.8 .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