From f1433ca9219f2c57791d5e88c8fcd0017f9201bc Mon Sep 17 00:00:00 2001 From: Artem Bilan Date: Sun, 19 Nov 2023 11:51:00 -0500 Subject: [PATCH] Fix GH workflows for new repository --- .github/workflows/ci-snapshot.yml | 2 +- .github/workflows/pr-build.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-snapshot.yml b/.github/workflows/ci-snapshot.yml index 2eebc78..379efd5 100644 --- a/.github/workflows/ci-snapshot.yml +++ b/.github/workflows/ci-snapshot.yml @@ -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: diff --git a/.github/workflows/pr-build.yml b/.github/workflows/pr-build.yml index d5b1363..246f6a7 100644 --- a/.github/workflows/pr-build.yml +++ b/.github/workflows/pr-build.yml @@ -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 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index caf7737..32dccf2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: