Skip to content

Commit

Permalink
Switch SHA
Browse files Browse the repository at this point in the history
  • Loading branch information
Thodor12 committed Aug 19, 2024
1 parent b836a47 commit d572473
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ permissions:

jobs:
build:
uses: Thodor12/operapublicacreator/.github/workflows/gradle.build.yaml@5e339cdf60958e044d78729928bcc06e7f9ce2c6
uses: Thodor12/operapublicacreator/.github/workflows/gradle.build.yaml@18f3f7d0191d1a567efcd04dbab91253407db79a
with:
java: 17
secrets: inherit
pre-release:
uses: Thodor12/operapublicacreator/.github/workflows/gradle.prerelease.yaml@5e339cdf60958e044d78729928bcc06e7f9ce2c6
uses: Thodor12/operapublicacreator/.github/workflows/gradle.prerelease.yaml@18f3f7d0191d1a567efcd04dbab91253407db79a
if: github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository && contains( github.event.pull_request.labels.*.name, 'Pre-release')
with:
java: 17
Expand Down

0 comments on commit d572473

Please sign in to comment.