We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 026490f commit 3df7f03Copy full SHA for 3df7f03
.github/workflows/build.yml
@@ -53,6 +53,7 @@ jobs:
53
54
- name: Determine composer cache directory
55
id: composer-cache
56
+ shell: bash
57
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
58
59
- name: Cache dependencies
.github/workflows/demo.yml
@@ -66,6 +66,7 @@ jobs:
66
67
68
69
70
71
72
0 commit comments