ACS-3844 POC env vars in composite actions

This commit is contained in:
Domenico Sibilio
2022-11-25 11:49:00 +01:00
parent 4f0789a686
commit 601005ec09
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -29,5 +29,5 @@ runs:
- name: "Set up Java"
uses: actions/setup-java@v3
with:
java-version: ${{ inputs.java-version }}
java-version: ${{ env.JAVA_VERSION }} #${{ inputs.java-version }}
distribution: ${{ inputs.java-distribution }}
+1
View File
@@ -21,6 +21,7 @@ env:
# Release version has to start with real version (7.4.0-....) for the docker image to build successfully.
RELEASE_VERSION: 7.4.0-A3
DEVELOPMENT_VERSION: 7.4.0-A4-SNAPSHOT
JAVA_VERSION: "18"
jobs:
configure_env: