/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.

Primary LanguageJavaScriptMIT LicenseMIT

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

- name: Fail the Build
  uses: cutenode/action-always-fail@v1.0.0

See the actions tab for runs of this action! 🚀