Skip to content

Commit 995377c

Browse files
committed
(actions) use bash
1 parent 8cafa37 commit 995377c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
defaults:
1010
run:
11-
shell: bash --noprofile --norc -o pipefail {0}
11+
shell: bash
1212

1313
jobs:
1414
deployment:

0 commit comments

Comments
 (0)