Skip to content

Commit

Permalink
Fix workflow location
Browse files Browse the repository at this point in the history
  • Loading branch information
Rakambda committed Apr 29, 2024
1 parent 26ebb7a commit 952fa7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ permissions:

jobs:
build:
uses: Rakambda/rakambda-github-workflows/.github/workflows/gradle-build.yml@main
uses: RakambdaOrg/rakambda-github-workflows/.github/workflows/gradle-build.yml@main
with:
java-version: ${{ vars.JAVA_VERSION }}

docker:
uses: Rakambda/rakambda-github-workflows/.github/workflows/gradle-jib-publish.yml@main
uses: RakambdaOrg/rakambda-github-workflows/.github/workflows/gradle-jib-publish.yml@main
if: ${{ github.ref == format('refs/heads/{0}', github.event.repository.default_branch) }}
needs:
- build
Expand Down

0 comments on commit 952fa7f

Please sign in to comment.