Skip to content

Commit 196914a

Browse files
committed
feat: use run_name to output workflow parameters
Signed-off-by: xstefank <[email protected]>
1 parent 4ab6c5d commit 196914a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/build-for-quarkus-version.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11
name: Build with specific Quarkus version
2+
run-name: 'Build with specific Quarkus version:\n
3+
quarkus-version-jq-cmd: ${{ inputs.quarkus-version-jq-cmd }}\n
4+
josdk-pr: ${{ inputs.josdk-pr }}\n
5+
quarkus-pr: ${{ inputs.quarkus-pr }}\n
6+
fkc-pr: ${{ inputs.fkc-pr }}\n
7+
fkc-version: ${{ inputs.fkc-version }}\n
8+
quarkus-version: ${{ inputs.quarkus-version }}\n
9+
java-version: ${{ inputs.java-version }}\n
10+
branch: ${{ inputs.branch }}\n
11+
native-modules: ${{ inputs.native-modules }}\n
12+
profiles: ${{ inputs.profiles }}
13+
repository (workflow_call): ${{ inputs.repository }}\n'
214

315
on:
416
workflow_call:

0 commit comments

Comments
 (0)