Skip to content

Commit 65e9928

Browse files
committed
fix: add missing inputs
Signed-off-by: Chris Laprun <[email protected]>
1 parent acd6923 commit 65e9928

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

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

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,21 @@ on:
3030
description: 'Quarkus PR number to use to run a QOSDK build with'
3131
type: string
3232
required: true
33+
java-version:
34+
description: 'Java version to build with'
35+
type: string
36+
required: true
37+
default: '17'
38+
branch:
39+
description: 'QOSDK branch to build'
40+
type: string
41+
required: true
42+
default: 'main'
43+
native-modules:
44+
description: 'Comma-separated list of modules that should be built natively'
45+
type: string
46+
required: true
47+
default: 'integration-tests,samples'
3348

3449
jobs:
3550
build:

0 commit comments

Comments
 (0)