fix: post step failure is job failure (#85)

This commit is contained in:
ChristopherHX
2025-04-26 00:32:55 +02:00
committed by GitHub
parent 8131645cdb
commit 0aca9b8144
6 changed files with 32 additions and 8 deletions

View File

@@ -0,0 +1,9 @@
name: basic
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./post-step-failure-is-job-failure/post-step-failure