Skip to content

Commit 3df7f03

Browse files
committed
Set shell
1 parent 026490f commit 3df7f03

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ jobs:
5353

5454
- name: Determine composer cache directory
5555
id: composer-cache
56+
shell: bash
5657
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
5758

5859
- name: Cache dependencies

.github/workflows/demo.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ jobs:
6666

6767
- name: Determine composer cache directory
6868
id: composer-cache
69+
shell: bash
6970
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
7071

7172
- name: Cache dependencies

0 commit comments

Comments
 (0)