mirror of
https://github.com/Alfresco/acs-community-packaging.git
synced 2026-09-16 18:13:21 +00:00
ACS-3844 POC env vars in composite actions
This commit is contained in:
@@ -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 }}
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user