Skip to content

Commit

Permalink
ci(dummy): debug with failed action
Browse files Browse the repository at this point in the history
  • Loading branch information
clearloop committed Aug 19, 2024
1 parent 4b14d95 commit 2154f08
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Dummy
run: echo "Hello, world"
run: |
echo "Hello, world"
exit 1

0 comments on commit 2154f08

Please sign in to comment.