Skip to content

Commit 619de29

Browse files
committed
Explicitly define shell
1 parent 777fd5a commit 619de29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ runs:
1616
steps:
1717
- name: Update .repos
1818
id: repos-dep-update
19-
# shell: bash
19+
shell: sh
2020
env:
2121
GH_REPO: ${{ github.repository }}
2222
GH_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)