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 b58b8d3 commit c3c9097Copy full SHA for c3c9097
1 file changed
.github/workflows/php.yml
@@ -149,7 +149,7 @@ jobs:
149
- name: Get COMPOSER_ROOT_VERSION from composer.json branch alias
150
run: |
151
echo ROOT_VERSION="$(composer config extra.branch-alias.dev-master)" >> "$env:GITHUB_ENV"
152
- if [ -z "${{ env.ROOT_VERSION }}" ]; then
+ if [ -z "$ROOT_VERSION" ]; then
153
echo "Could not read extra.branch-alias.dev-master from composer.json" >&2
154
exit 1
155
fi
0 commit comments