Skip to content

Commit

Permalink
ci(dispatch): get back correct exit code
Browse files Browse the repository at this point in the history
  • Loading branch information
clearloop committed Aug 19, 2024
1 parent a3deb8e commit 99238b5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,4 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Dummy
run: |
echo "Hello, world"
exit 1
run: echo "Hello, world"

0 comments on commit 99238b5

Please sign in to comment.