Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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: