File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 7
7
8
8
jobs :
9
9
backport-issue :
10
- uses : artembilan /spring-github-workflows/.github/workflows/spring-backport-issue.yml@main
10
+ uses : spring-io /spring-github-workflows/.github/workflows/spring-backport-issue.yml@v1
11
11
secrets :
12
12
GH_ACTIONS_REPO_TOKEN : ${{ secrets.GH_ACTIONS_REPO_TOKEN }}
Original file line number Diff line number Diff line change 9
9
10
10
jobs :
11
11
build-snapshot :
12
- uses : artembilan /spring-github-workflows/.github/workflows/spring-artifactory-gradle-snapshot.yml@main
12
+ uses : spring-io /spring-github-workflows/.github/workflows/spring-artifactory-gradle-snapshot.yml@v1
13
13
secrets :
14
14
GRADLE_ENTERPRISE_CACHE_USER : ${{ secrets.GRADLE_ENTERPRISE_CACHE_USER }}
15
15
GRADLE_ENTERPRISE_CACHE_PASSWORD : ${{ secrets.GRADLE_ENTERPRISE_CACHE_PASSWORD }}
Original file line number Diff line number Diff line change 7
7
8
8
jobs :
9
9
build-pull-request :
10
- uses : artembilan /spring-github-workflows/.github/workflows/spring-gradle-pull-request-build.yml@main
10
+ uses : spring-io /spring-github-workflows/.github/workflows/spring-gradle-pull-request-build.yml@v1
Original file line number Diff line number Diff line change 10
10
permissions :
11
11
actions : write
12
12
13
- uses : artembilan /spring-github-workflows/.github/workflows/spring-artifactory-gradle-release.yml@main
13
+ uses : spring-io /spring-github-workflows/.github/workflows/spring-artifactory-gradle-release.yml@v1
14
14
secrets :
15
15
GH_ACTIONS_REPO_TOKEN : ${{ secrets.GH_ACTIONS_REPO_TOKEN }}
16
16
GRADLE_ENTERPRISE_CACHE_USER : ${{ secrets.GRADLE_ENTERPRISE_CACHE_USER }}
You can’t perform that action at this time.
0 commit comments