Skip to content

Commit 560fc2a

Browse files
artembilanspring-builds
authored andcommitted
Use main for reusable workflows
(cherry picked from commit c67273e)
1 parent 8c85a91 commit 560fc2a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/auto-cherry-pick.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ on:
88

99
jobs:
1010
cherry-pick-commit:
11-
uses: spring-io/spring-github-workflows/.github/workflows/spring-cherry-pick.yml@v7
11+
uses: spring-io/spring-github-workflows/.github/workflows/spring-cherry-pick.yml@main
1212
secrets:
13-
GH_ACTIONS_REPO_TOKEN: ${{ secrets.GH_ACTIONS_REPO_TOKEN }}
13+
GH_ACTIONS_REPO_TOKEN: ${{ secrets.GH_ACTIONS_REPO_TOKEN }}

.github/workflows/pr-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ on:
88

99
jobs:
1010
build-pull-request:
11-
uses: spring-io/spring-github-workflows/.github/workflows/spring-gradle-pull-request-build.yml@v7
11+
uses: spring-io/spring-github-workflows/.github/workflows/spring-gradle-pull-request-build.yml@main

0 commit comments

Comments
 (0)