Skip to content

Commit acd6923

Browse files
committed
fix: workflow_dispatch inputs
Signed-off-by: Chris Laprun <[email protected]>
1 parent 0034946 commit acd6923

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,11 @@ on:
2525
required: true
2626
default: 'integration-tests,samples'
2727
workflow_dispatch:
28-
quarkus-pr:
29-
type: string
30-
required: true
28+
inputs:
29+
quarkus-pr:
30+
description: 'Quarkus PR number to use to run a QOSDK build with'
31+
type: string
32+
required: true
3133

3234
jobs:
3335
build:

0 commit comments

Comments
 (0)