Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
Declare latest version in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
TWiStErRob committed Nov 14, 2022
1 parent b9280e3 commit 931d070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ This Action uses the [GitHub API](https://developer.github.com/v3/actions/workfl

```yaml
- name: cancelling
uses: andymckay/cancel-action@0.2
uses: andymckay/cancel-action@0.3
```

The cancellation might take a few seconds to process, this is most useful when you'd like to cancel a long running build. In combination with the `if` statement, this allows you to cancel the build conditionally.

0 comments on commit 931d070

Please sign in to comment.