We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2ea482 commit 1a72fadCopy full SHA for 1a72fad
.github/workflows/php.yml
@@ -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