Skip to content

workflows plural

workflows plural #4

Workflow file for this run

name: Fake Failure Thingy
on:
push:
jobs:
oh_noes:
runs_on: ubuntu-latest

Check failure on line 8 in .github/workflows/test-fail.yml

View workflow run for this annotation

GitHub Actions / Fake Failure Thingy

Invalid workflow file

The workflow is not valid. .github/workflows/test-fail.yml (Line: 8, Col: 5): Unexpected value 'runs_on' .github/workflows/test-fail.yml (Line: 8, Col: 5): Required property is missing: runs-on
continue-on-error: true
steps:
- name: Something Fails!
run: |
echo "BOOM"
exit 1
notify:
uses: ./.github/workflows/fail-alert.yml
secrets:
slack_webhook: ${{ secrets.TESTING_SLACK_WEBHOOK }}