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 51b3c4a commit 5295093
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/actions/test-multi-steps/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ runs:
- name: step 1
shell: bash -euxo pipefail {0}
run: exit 0
- name: echo
shell: bash -euxo pipefail {0}
run: echo ${{inputs.run_s2}}
- name: step 2
if: ${{inputs.run_s2}}
shell: bash -euxo pipefail {0}
Expand Down

0 comments on commit 5295093

Please sign in to comment.