Skip to content

Commit 98ba0e5

Browse files
committed
fix: make quarkus-version available from workflow_dispatch
Signed-off-by: Chris Laprun <[email protected]>
1 parent 7c1276e commit 98ba0e5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ on:
5252
description: 'Fabric8 client version to run a QOSDK build with'
5353
type: string
5454
required: false
55+
quarkus-version:
56+
type: string
57+
required: false
58+
description: 'Quarkus version to use'
5559
java-version:
5660
description: 'Java version to build with'
5761
type: string

0 commit comments

Comments
 (0)