Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

Commit

Permalink
Test setFailed
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicole White committed Nov 30, 2023
1 parent 23e862b commit 996644f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,8 @@ jobs:
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: echo "$GITHUB_CONTEXT"

- uses: actions/github-script@v7
with:
script: |
core.setFailed("testing")

0 comments on commit 996644f

Please sign in to comment.