Skip to content

Commit c327196

Browse files
committed
fix: PR input parameter is 'quarkus-pr', not 'quarkus_pr'
Signed-off-by: Chris Laprun <[email protected]>
1 parent 65e9928 commit c327196

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
if: "${{ inputs.quarkus-pr != '' }}"
7575
run: |
7676
cd quarkus
77-
git fetch origin pull/${{ github.event.inputs.quarkus_pr }}/head:pr-to-check
77+
git fetch origin pull/${{ github.event.inputs.quarkus-pr }}/head:pr-to-check
7878
git switch pr-to-check
7979
mvn -Dquickly
8080
cd -

0 commit comments

Comments
 (0)