File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -214,8 +214,8 @@ jobs:
214214 else
215215 tar xzf maven-dist/apache-maven-*-bin.tar.gz -C maven-local --strip-components 1
216216 fi
217- echo "MAVEN_HOME=$PWD/maven-local" >> $GITHUB_ENV
218- echo "$PWD/maven-local/bin" >> $GITHUB_PATH
217+ echo "MAVEN_HOME=$PWD/maven-local" >> " $GITHUB_ENV"
218+ echo "$PWD/maven-local/bin" >> " $GITHUB_PATH"
219219
220220 - name : Build with downloaded Maven
221221 shell : bash
@@ -315,8 +315,8 @@ jobs:
315315 else
316316 tar xzf maven-dist/apache-maven-*-bin.tar.gz -C maven-local --strip-components 1
317317 fi
318- echo "MAVEN_HOME=$PWD/maven-local" >> $GITHUB_ENV
319- echo "$PWD/maven-local/bin" >> $GITHUB_PATH
318+ echo "MAVEN_HOME=$PWD/maven-local" >> " $GITHUB_ENV"
319+ echo "$PWD/maven-local/bin" >> " $GITHUB_PATH"
320320
321321 - name : Build Maven and ITs and run them
322322 shell : bash
You can’t perform that action at this time.
0 commit comments