Skip to content

Commit 81bb00a

Browse files
committed
[CI] Fix mandrel.yml workflow file
1 parent 3b9206b commit 81bb00a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/mandrel.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,16 @@ jobs:
3232
uses: ./.github/workflows/base.yml
3333
with:
3434
quarkus-version: "main"
35-
repo: ${{ github.repository }}
36-
version: ${{ github.ref }}
35+
mandrel-repo: ${{ github.repository }}
36+
mandrel-version: ${{ github.ref }}
3737
mandrel-packaging-version: "25.0"
3838
jdk: "25/ea"
3939
q-main-ea-win:
4040
name: "Q main M 25.0 windows EA"
4141
uses: ./.github/workflows/base-windows.yml
4242
with:
4343
quarkus-version: "main"
44-
repo: ${{ github.repository }}
45-
version: ${{ github.ref }}
44+
mandrel-repo: ${{ github.repository }}
45+
mandrel-version: ${{ github.ref }}
4646
mandrel-packaging-version: "25.0"
4747
jdk: "25/ea"

0 commit comments

Comments
 (0)