phated/File Cancel Action
Cancel GitHub Action workflows based on files in the repository.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GitHub token used to cancel workflow, defaults to using secrets.GITHUB_TOKEN | no | ${{ github.token }} |
| exists | Glob or multiline string of globs that cause workflow to cancel if any exist | no | — |
| not-exists | Glob or multiline string of globs that cause workflow to cancel if none exist | no | — |
Outputs
| name | description |
|---|---|
| cancelled | Boolean (as string) of the cancelled status of the action |