File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ jobs:
144144 - uses : actions/checkout@v6
145145
146146 - name : Get composer cache directory
147- run : echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$env: GITHUB_ENV"
147+ run : echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
148148
149149 - name : Get COMPOSER_ROOT_VERSION from composer.json branch alias
150150 shell : bash
@@ -154,7 +154,7 @@ jobs:
154154 echo "Could not read extra.branch-alias.dev-master from composer.json" >&2
155155 exit 1
156156 fi
157- echo " COMPOSER_ROOT_VERSION=$ROOT_VERSION" >> "$env: GITHUB_ENV"
157+ echo COMPOSER_ROOT_VERSION=" $ROOT_VERSION" >> "$GITHUB_ENV"
158158
159159 - name : Cache composer dependencies
160160 uses : actions/cache@v5
You can’t perform that action at this time.
0 commit comments