Skip to content

Commit

Permalink
0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
styfle committed Jun 8, 2020
1 parent 4107f6d commit ee9e0f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.3.1
uses: styfle/cancel-workflow-action@0.4.0
with:
access_token: ${{ github.token }}
#- name: Run Tests
Expand All @@ -46,15 +46,15 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 3
steps:
- uses: styfle/cancel-workflow-action@0.3.1
- uses: styfle/cancel-workflow-action@0.4.0
with:
workflow_id: 479426
access_token: ${{ github.token }}
```

_Note_: `workflow_id` accepts a comma separated list of IDs.

At the time of writing `0.3.1` is the latest release but you can select any [release](https://github.com/styfle/cancel-workflow-action/releases).
At the time of writing `0.4.0` is the latest release but you can select any [release](https://github.com/styfle/cancel-workflow-action/releases).

## Contributing

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cancel-workflow-action",
"version": "0.3.2",
"version": "0.4.0",
"main": "dist/index.js",
"license": "MIT",
"scripts": {
Expand Down

0 comments on commit ee9e0f8

Please sign in to comment.