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 cbabced commit 934c7ffCopy full SHA for 934c7ff
1 file changed
.github/workflows/php.yml
@@ -143,9 +143,11 @@ jobs:
143
- uses: actions/checkout@v4
144
145
- name: Get composer cache directory
146
- run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$env:GITHUB_ENV"
+ shell: bash
147
+ run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
148
149
- name: Get COMPOSER_ROOT_VERSION from composer.json branch alias
150
151
run: |
152
ROOT_VERSION=$(composer config extra.branch-alias.dev-master)
153
if [ -z "$ROOT_VERSION" ]; then
0 commit comments