We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4ab6c5d + 196914a commit 800b969Copy full SHA for 800b969
.github/workflows/build-for-quarkus-version.yml
@@ -1,4 +1,16 @@
1
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'
14
15
on:
16
workflow_call:
0 commit comments