Skip to content

Commit

Permalink
Fix jobs: uses: syntax for workflow url
Browse files Browse the repository at this point in the history
  • Loading branch information
artembilan committed Nov 16, 2023
1 parent 0ca38b0 commit 553f258
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,5 +8,5 @@ on:

jobs:
build-snapshot:
uses: artembilan/spring-messaging-build-tools/spring-artifactory-gradle-snapshot.yml@main
uses: artembilan/spring-messaging-build-tools/.github/workflows/spring-artifactory-gradle-snapshot.yml@main
secrets: inherit
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/spring-gradle-pull-request-build.yml@main
uses: artembilan/spring-messaging-build-tools/.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/spring-artifactory-release.yml@main
uses: artembilan/spring-messaging-build-tools/.github/workflows/spring-artifactory-release.yml@main
with:
buildToolArgs: dist
secrets: inherit

0 comments on commit 553f258

Please sign in to comment.