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.
1 parent 7f7144f commit 80c494cCopy full SHA for 80c494c
.github/workflows/build-for-quarkus-version.yml
@@ -4,6 +4,7 @@ on:
4
workflow_call:
5
inputs:
6
quarkus-version-jq-cmd:
7
+ description: 'jq command to extract which Quarkus version to use from https://registry.quarkus.io/client/platforms'
8
type: string
9
required: false
10
quarkus-version:
@@ -30,6 +31,11 @@ on:
30
31
default: 'default'
32
workflow_dispatch:
33
34
+ quarkus-version-jq-cmd:
35
36
+ type: string
37
+ required: false
38
+ default: '.platforms[0]."current-stream-id" as $current | .platforms[0].streams[] | select(.id == $current) | .releases[0].version'
39
josdk-pr:
40
description: 'JOSDK PR number (or main) to use to build QOSDK with'
41
0 commit comments