We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b9206b commit 81bb00aCopy full SHA for 81bb00a
.github/workflows/mandrel.yml
@@ -32,16 +32,16 @@ jobs:
32
uses: ./.github/workflows/base.yml
33
with:
34
quarkus-version: "main"
35
- repo: ${{ github.repository }}
36
- version: ${{ github.ref }}
+ mandrel-repo: ${{ github.repository }}
+ mandrel-version: ${{ github.ref }}
37
mandrel-packaging-version: "25.0"
38
jdk: "25/ea"
39
q-main-ea-win:
40
name: "Q main M 25.0 windows EA"
41
uses: ./.github/workflows/base-windows.yml
42
43
44
45
46
47
0 commit comments