File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2020 runs-on : ubuntu-latest
2121 steps :
2222 - name : Cancel Previous Runs
23- uses : styfle/cancel-workflow-action@0.8 .0
23+ uses : styfle/cancel-workflow-action@0.9 .0
2424 with :
2525 access_token : ${{ github.token }}
2626 # - name: Run Tests
4646 runs-on : ubuntu-latest
4747 timeout-minutes : 3
4848 steps :
49- - uses : styfle/cancel-workflow-action@0.8 .0
49+ - uses : styfle/cancel-workflow-action@0.9 .0
5050 with :
5151 workflow_id : 479426
5252 access_token : ${{ github.token }}
7474 cancel:
7575 runs-on: ubuntu-latest
7676 steps:
77- - uses: styfle/cancel-workflow-action@0.8 .0
77+ - uses: styfle/cancel-workflow-action@0.9 .0
7878 with:
7979 workflow_id: ${{ github.event.workflow.id }}
8080` ` `
9494 timeout-minutes: 3
9595 steps:
9696 - name: Cancel build runs
97- uses: styfle/cancel-workflow-action@0.8 .0
97+ uses: styfle/cancel-workflow-action@0.9 .0
9898 with:
9999 ignore_sha: true
100100 workflow_id: 479426
@@ -115,7 +115,7 @@ jobs:
115115 runs-on: ubuntu-latest
116116 timeout-minutes: 3
117117 steps:
118- - uses: styfle/cancel-workflow-action@0.8 .0
118+ - uses: styfle/cancel-workflow-action@0.9 .0
119119 with:
120120 all_but_latest: true
121121 access_token: ${{ github.token }}
Original file line number Diff line number Diff line change 11{
22 "name" : " cancel-workflow-action" ,
3- "version" : " 0.8 .0" ,
3+ "version" : " 0.9 .0" ,
44 "main" : " dist/index.js" ,
55 "license" : " MIT" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments