Spur chaos in your corner of the world by making your build status permanently red.
This action immediately exits with an error status, making the build red. It should work on any repository, with no inputs, regardless of any surrounding steps.
None required.
.github/workflows/my-workflow.yml
name: "Super-important test"
on: push
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: denbeigh2000/mark-build-red