File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
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.5 .0
23+ uses : styfle/cancel-workflow-action@0.6 .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.5 .0
49+ - uses : styfle/cancel-workflow-action@0.6 .0
5050 with :
5151 workflow_id : 479426
5252 access_token : ${{ github.token }}
5555- _Note_: ` workflow_id` can be a Workflow ID (number) or Workflow File Name (string)
5656- _Note_ : ` workflow_id` also accepts a comma separated list if you need to cancel multiple workflows
5757
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).
5959
6060# # Contributing
6161
Original file line number Diff line number Diff line change 11{
22 "name" : " cancel-workflow-action" ,
3- "version" : " 0.5 .0" ,
3+ "version" : " 0.6 .0" ,
44 "main" : " dist/index.js" ,
55 "license" : " MIT" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments