Skip to content

Commit 527a796

Browse files
committed
Add default shell
1 parent 45260cc commit 527a796

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/actions/build_docs/action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ inputs:
88

99
runs:
1010
using: 'composite'
11+
defaults:
12+
run:
13+
shell: bash -l {0}
14+
1115
steps:
1216
- name: Get current week number of year
1317
id: date

0 commit comments

Comments
 (0)