Skip to content

Commit

Permalink
fix: using bash as a shell instead of sh
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperFola committed Sep 22, 2024
1 parent 97b0afe commit f3e4888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ runs:
./arkscript --version
- name: Check
shell: sh
shell: bash
run: |
failures=0
while read -rd $'\0' file; do
Expand Down

0 comments on commit f3e4888

Please sign in to comment.