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 8e843e7 commit daa2b7dCopy full SHA for daa2b7d
.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