Skip to content

Commit

Permalink
0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
styfle committed Mar 22, 2020
1 parent 1e834d6 commit 65953d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -27,15 +27,15 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 3
steps:
- uses: styfle/cancel-workflow-action@0.2.0
- uses: styfle/cancel-workflow-action@0.3.0
with:
workflow_id: 479426
access_token: ${{ secrets.GH_ACCESS_TOKEN }}
```

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

At the time of writing `0.2.0` is the latest release but you can select any [release](https://github.com/styfle/cancel-workflow-action/releases).
At the time of writing `0.3.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
@@ -1,6 +1,6 @@
{
"name": "cancel-workflow-action",
"version": "0.2.0",
"version": "0.3.0",
"main": "dist/index.js",
"license": "MIT",
"scripts": {
Expand Down

0 comments on commit 65953d9

Please sign in to comment.