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