Skip to content

Commit c4293f0

Browse files
committed
Fixes and improvements
1 parent fb747e2 commit c4293f0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build-graalvm.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,17 +47,17 @@ on:
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:
@@ -66,10 +66,10 @@ on:
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:

0 commit comments

Comments
 (0)