diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index 9511e7e..cc4cfd8 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -6,4 +6,4 @@ jobs: maven-compile: uses: RegioneER/parer-github-template/.github/workflows/compile.yml@main with: - java: '${JAVA_VERSION}' + java: '${env.JAVA_VERSION}'