Forward inputs correctly.

This commit is contained in:
Fabio Niephaus 2022-12-12 21:21:23 +01:00
parent 07e372e8a8
commit fdc358a29f
No known key found for this signature in database
GPG Key ID: F21CF5275F31DFD6

View File

@ -56,6 +56,17 @@ runs:
steps:
- uses: ./dist
id: graalvm
with:
version: ${{ inputs.version }}
gds-token: ${{ inputs.gds-token }}
java-version: ${{ inputs.java-version }}
components: ${{ inputs.components }}
github-token: ${{ inputs.github-token }}
check-for-updates: ${{ inputs.check-for-updates }}
native-image-musl: ${{ inputs.native-image-musl }}
native-image-job-reports: ${{ inputs.native-image-job-reports }}
native-image-pr-reports: ${{ inputs.native-image-pr-reports }}
mvn-settings-path: ${{ inputs.mvn-settings-path }}
- name: 'Install Java Development Kit'
uses: actions/setup-java@v3
with: