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 de45603 commit 0385fbcCopy full SHA for 0385fbc
.github/workflows/build.yml
@@ -870,7 +870,7 @@ jobs:
870
uses: actions/checkout@v4.1.1
871
872
- name: Set env # awful hack to get java 8 and support the abomnible mock server template grammar
873
- run: echo "JAVA_HOME=${JAVA_HOME_8_X64}" >> $GITHUB_ENV
+ run: echo "JAVA_HOME=${JAVA_HOME_8_X64}" >> "$GITHUB_ENV"
874
875
- name: Set up Go 1.x
876
uses: actions/setup-go@v5.0.0
0 commit comments