Skip to content

Commit

Permalink
Use direction reference to action
Browse files Browse the repository at this point in the history
another really strange quirk but aight
  • Loading branch information
Tristan971 committed Jan 11, 2025
1 parent 2230a54 commit 46a10f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
options: "--user root"
steps:
- name: "Maven Build (JIT)"
uses: "./.github/actions/maven-build.yml"
uses: "./.github/actions/maven-build"
with:
BUILD_REVISION: "${{ needs.set_variables.outputs.build_version }}"
MAVEN_JOB_ARGS: "verify package"
Expand All @@ -58,7 +58,7 @@ jobs:
options: "--user root"
steps:
- name: "Maven Build (AOT)"
uses: "./.github/actions/maven-build.yml"
uses: "./.github/actions/maven-build"
with:
BUILD_REVISION: "${{ needs.set_variables.outputs.build_version }}"
MAVEN_JOB_ARGS: "package -Pnative -DskipTests"
Expand Down

0 comments on commit 46a10f9

Please sign in to comment.