Skip to content

Commit f3e4888

Browse files
committed
fix: using bash as a shell instead of sh
1 parent 97b0afe commit f3e4888

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ runs:
2020
./arkscript --version
2121
2222
- name: Check
23-
shell: sh
23+
shell: bash
2424
run: |
2525
failures=0
2626
while read -rd $'\0' file; do

0 commit comments

Comments
 (0)