Skip to content

Commit 3c0e035

Browse files
committed
Quote $GITHUB_ENV/$GITHUB_PATH (actionlint SC2086)
1 parent f05c430 commit 3c0e035

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/maven.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)