You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ jobs:
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,7 +46,7 @@ jobs:
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,7 +55,7 @@ jobs:
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).
0 commit comments