Skip to content

Commit

Permalink
Specify bash for shell
Browse files Browse the repository at this point in the history
  • Loading branch information
Asupkay committed May 25, 2024
1 parent 6cd385e commit 69fe127
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,12 @@ runs:
using: composite
steps:
- uses: actions/checkout@v3
shell: bash
with:
fetch-depth: 0
- name: Check for changes
id: changedStep
shell: bash
run: |
set +e
Expand Down

0 comments on commit 69fe127

Please sign in to comment.