We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39ad3ce commit ad2e185Copy full SHA for ad2e185
.github/workflows/cherry_pick_release.yml
@@ -32,12 +32,13 @@ jobs:
32
uses: actions/checkout@v4
33
with:
34
fetch-depth: 0 # Needed to get full commit history
35
+ token: ${{ secrets.GITHUB_TOKEN }}
36
37
- name: Set up Git
38
run: |
39
git config --global pull.rebase false
40
git config --global user.name "github-actions[bot]"
- git config --global user.email "github-actions[bot]@users.noreply.github.com"
41
+ git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
42
43
- name: Find commits to cherry-pick
44
id: commits
0 commit comments