Skip to content

Commit 0c8ed9d

Browse files
committed
[CI] Fix mandrel.yml workflow file
1 parent 31e7b4a commit 0c8ed9d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/mandrel.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,15 @@ jobs:
3232
uses: graalvm/mandrel/.github/workflows/base.yml@default
3333
with:
3434
quarkus-version: "main"
35-
repo: ${{ github.repository }}
36-
version: ${{ github.ref }}
35+
mandrel-version: ${{ format('{0}:{1}', github.repository, github.ref) }}
3736
mandrel-packaging-version: "23.1"
3837
jdk: "21/ea"
38+
3939
q-main-ea-win:
4040
name: "Q main M 23.1 windows EA"
4141
uses: graalvm/mandrel/.github/workflows/base-windows.yml@default
4242
with:
4343
quarkus-version: "main"
44-
repo: ${{ github.repository }}
45-
version: ${{ github.ref }}
44+
mandrel-version: ${{ format('{0}:{1}', github.repository, github.ref) }}
4645
mandrel-packaging-version: "23.1"
4746
jdk: "21/ea"

0 commit comments

Comments
 (0)