Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
a-masterov authored Dec 5, 2024
1 parent 125b6f2 commit 35fcd92
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/test-multi-steps/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ inputs:
runs:
steps:
- name: step 1
shell: bash -euxo pipefail {0}
run: exit 0
- name: step 2
if: false
shell: bash -euxo pipefail {0}
run: exit 1

0 comments on commit 35fcd92

Please sign in to comment.