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

Declare latest version in readme #7

Merged
merged 1 commit into from
Feb 6, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.