Skip to content
This repository was archived by the owner on Feb 3, 2025. It is now read-only.

Update failed.yaml

Update failed.yaml #3

Workflow file for this run

name: Demo Failed Action
on:
push:
branches:
- main
workflow_dispatch:
jobs:
fail_job:
runs-on: ubuntu-latest
steps:
- name: Explicitly Fail
run: exit 1