Skip to content

Commit

Permalink
Fix GH workflows for new repository
Browse files Browse the repository at this point in the history
  • Loading branch information
artembilan committed Nov 19, 2023
1 parent a5ca811 commit f1433ca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
build-snapshot:
uses: artembilan/spring-messaging-build-tools/.github/workflows/spring-artifactory-gradle-snapshot.yml@main
uses: artembilan/spring-github-workflows/.github/workflows/spring-artifactory-gradle-snapshot.yml@main
with:
gradleTasks: dist
secrets:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ on:

jobs:
build-pull-request:
uses: artembilan/spring-messaging-build-tools/.github/workflows/spring-gradle-pull-request-build.yml@main
uses: artembilan/spring-github-workflows/.github/workflows/spring-gradle-pull-request-build.yml@main
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ run-name: Release current version for branch ${{ github.ref_name }}

jobs:
release:
uses: artembilan/spring-messaging-build-tools/.github/workflows/spring-artifactory-release.yml@main
uses: artembilan/spring-github-workflows/.github/workflows/spring-artifactory-release.yml@main
with:
buildToolArgs: dist
secrets:
Expand Down

0 comments on commit f1433ca

Please sign in to comment.