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 b4cf338Copy full SHA for b4cf338
1 file changed
.github/workflows/php.yml
@@ -152,7 +152,7 @@ jobs:
152
echo "Could not read extra.branch-alias.dev-master from composer.json" >&2
153
exit 1
154
fi
155
- echo "COMPOSER_ROOT_VERSION=$ROOT_VERSION" >> "$GITHUB_ENV"
+ echo "COMPOSER_ROOT_VERSION=$ROOT_VERSION" >> "$env:GITHUB_ENV"
156
157
- name: Cache composer dependencies
158
uses: actions/cache@v4
0 commit comments