We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c85a91 commit 560fc2aCopy full SHA for 560fc2a
2 files changed
.github/workflows/auto-cherry-pick.yml
@@ -8,6 +8,6 @@ on:
8
9
jobs:
10
cherry-pick-commit:
11
- uses: spring-io/spring-github-workflows/.github/workflows/spring-cherry-pick.yml@v7
+ uses: spring-io/spring-github-workflows/.github/workflows/spring-cherry-pick.yml@main
12
secrets:
13
- GH_ACTIONS_REPO_TOKEN: ${{ secrets.GH_ACTIONS_REPO_TOKEN }}
+ GH_ACTIONS_REPO_TOKEN: ${{ secrets.GH_ACTIONS_REPO_TOKEN }}
.github/workflows/pr-build.yml
@@ -8,4 +8,4 @@ on:
build-pull-request:
- uses: spring-io/spring-github-workflows/.github/workflows/spring-gradle-pull-request-build.yml@v7
+ uses: spring-io/spring-github-workflows/.github/workflows/spring-gradle-pull-request-build.yml@main
0 commit comments