We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0308b84 commit 509ec04Copy full SHA for 509ec04
1 file changed
.github/workflows/php.yml
@@ -144,7 +144,7 @@ jobs:
144
- uses: actions/checkout@v6
145
146
- name: Get composer cache directory
147
- run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
+ run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$env:GITHUB_ENV"
148
149
- name: Get COMPOSER_ROOT_VERSION from composer.json branch alias
150
shell: bash
0 commit comments