File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 4747 inputs :
4848 dynamic-imports :
4949 default : ' /substratevm'
50- description : ' Internal dynamic imports for build '
50+ description : ' Value for mx --dy option '
5151 required : false
5252 type : string
5353 native-images :
5454 default : ' native-image'
55- description : ' Internal GraalVM native images to build '
55+ description : ' Value for mx --native- images option '
5656 required : false
5757 type : string
5858 components :
5959 default : ' Native Image'
60- description : ' Internal GraalVM components to build '
60+ description : ' Value for mx -- components option '
6161 required : false
6262 type : string
6363 outputs :
6666 value : ${{ jobs.build_from_source.outputs.graalvm-home }}
6767 graalvm-artifact-name :
6868 description : " The name of the GraalVM artifact"
69- value : ${{ jobs.build_from_source.outputs.graalvm-graalvm- artifact-name }}
69+ value : ${{ jobs.build_from_source.outputs.graalvm-artifact-name }}
7070 graalvm-artifact-file-name :
7171 description : " The file name of the GraalVM artifact"
72- value : ${{ jobs.build_from_source.outputs.graalvm-graalvm- artifact-file-name }}
72+ value : ${{ jobs.build_from_source.outputs.graalvm-artifact-file-name }}
7373 # Enable manual dispatch of the workflow
7474 # see https://docs.github.com/en/actions/managing-workflow-runs/manually-running-a-workflow
7575 workflow_dispatch :
You can’t perform that action at this time.
0 commit comments