File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 8
8
9
9
jobs :
10
10
build-snapshot :
11
- uses : artembilan/spring-messaging-build-tools /.github/workflows/spring-artifactory-gradle-snapshot.yml@main
11
+ uses : artembilan/spring-github-workflows /.github/workflows/spring-artifactory-gradle-snapshot.yml@main
12
12
with :
13
13
gradleTasks : dist
14
14
secrets :
Original file line number Diff line number Diff line change 7
7
8
8
jobs :
9
9
build-pull-request :
10
- uses : artembilan/spring-messaging-build-tools /.github/workflows/spring-gradle-pull-request-build.yml@main
10
+ uses : artembilan/spring-github-workflows /.github/workflows/spring-gradle-pull-request-build.yml@main
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ run-name: Release current version for branch ${{ github.ref_name }}
7
7
8
8
jobs :
9
9
release :
10
- uses : artembilan/spring-messaging-build-tools /.github/workflows/spring-artifactory-release.yml@main
10
+ uses : artembilan/spring-github-workflows /.github/workflows/spring-artifactory-release.yml@main
11
11
with :
12
12
buildToolArgs : dist
13
13
secrets :
You can’t perform that action at this time.
0 commit comments