Skip to content

Commit

Permalink
Fix outputs usage
Browse files Browse the repository at this point in the history
  • Loading branch information
Tristan971 committed Jan 9, 2025
1 parent d6510a1 commit 85880d2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
secrets: "inherit"
with:
JDK_VERSION: "23"
BUILD_IMAGE: "${{ needs.build_variables.build_image }}"
BUILD_REVISION: "${{ needs.build_variables.build_version }}"
BUILD_IMAGE: "${{ needs.build_variables.outputs.build_image }}"
BUILD_REVISION: "${{ needs.build_variables.outputs.build_version }}"

graal:
name: "GraalVM AOT"
Expand All @@ -38,5 +38,5 @@ jobs:
secrets: "inherit"
with:
JDK_VERSION: "23"
BUILD_IMAGE: "${{ needs.build_variables.build_image }}"
BUILD_REVISION: "${{ needs.build_variables.build_version }}"
BUILD_IMAGE: "${{ needs.build_variables.outputs.build_image }}"
BUILD_REVISION: "${{ needs.build_variables.outputs.build_version }}"

0 comments on commit 85880d2

Please sign in to comment.