mirror of
https://github.com/graalvm/setup-graalvm.git
synced 2025-01-31 19:26:36 +08:00
Forward inputs correctly.
This commit is contained in:
parent
07e372e8a8
commit
fdc358a29f
11
action.yml
11
action.yml
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user