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 53f5d04 commit c45cc30Copy full SHA for c45cc30
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)" >> "$env:GITHUB_ENV"
+ run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
148
149
- name: Get COMPOSER_ROOT_VERSION from composer.json branch alias
150
shell: bash
@@ -154,7 +154,7 @@ jobs:
154
echo "Could not read extra.branch-alias.dev-master from composer.json" >&2
155
exit 1
156
fi
157
- echo "COMPOSER_ROOT_VERSION=$ROOT_VERSION" >> "$env:GITHUB_ENV"
+ echo COMPOSER_ROOT_VERSION="$ROOT_VERSION" >> "$GITHUB_ENV"
158
159
- name: Cache composer dependencies
160
uses: actions/cache@v5
0 commit comments