Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cutenode/action-always-fail
An action that will always fail, so when working on developing actions you can easily re-run them even if your action succeeds.
https://github.com/cutenode/action-always-fail
alert-triangle red
Last synced: 3 months ago
JSON representation
An action that will always fail, so when working on developing actions you can easily re-run them even if your action succeeds.
- Host: GitHub
- URL: https://github.com/cutenode/action-always-fail
- Owner: cutenode
- License: mit
- Created: 2020-03-03T14:25:03.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-22T05:00:58.000Z (over 4 years ago)
- Last Synced: 2024-10-14T13:33:11.372Z (4 months ago)
- Topics: alert-triangle, red
- Language: JavaScript
- Size: 68.4 KB
- Stars: 13
- Watchers: 1
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Always Fail
This is a GitHub Action that will _always_ fail. Useful if you want to keep rerunning an Action.
## Usage
You can now consume the action by referencing the v1 branch
```yaml
- name: Fail the Build
uses: cutenode/[email protected]
```See the [actions tab](https://github.com/actions/javascript-action/actions) for runs of this action! :rocket: