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 daa2b7d commit 971855eCopy full SHA for 971855e
.github/workflows/test.yml
@@ -22,7 +22,7 @@ jobs:
22
steps:
23
- name: Prepare env
24
run: |
25
- echo "JAVA_HOME=${JAVA_HOME_11_X64}" >> $GITHUB_ENV
+ echo "JAVA_HOME=$JAVA_HOME_11_X64" >> $GITHUB_ENV
26
27
- name: Checkout
28
uses: actions/checkout@v3
0 commit comments