Skip to content

Update CI

Update CI #26

Workflow file for this run

name: Maven compile
on: push
env:
JAVA_VERSION: '17'
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