Skip to content

Update CI

Update CI #22

Workflow file for this run

name: Maven compile
env:
JAVA_VERSION: '17'
on: push
jobs:
maven-compile:
uses: RegioneER/parer-github-template/.github/workflows/compile.yml@main
with:
java: '${{ env.JAVA_VERSION }}'

Check failure on line 9 in .github/workflows/compile.yml

View workflow run for this annotation

GitHub Actions / Maven compile

Invalid workflow file

The workflow is not valid. .github/workflows/compile.yml (Line: 9, Col: 13): Unrecognized named-value: 'env'. Located at position 1 within expression: env.JAVA_VERSION