We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7463be4 commit 0262d4aCopy full SHA for 0262d4a
.github/workflows/release-pr.yml
@@ -35,6 +35,8 @@ jobs:
35
git add -A
36
git commit -m "Release manifest update"
37
git push origin $target_branch
38
+ git config --global user.email github-actions@github.com
39
+ git config --global user.name github-actions
40
- name: Create pull request
41
env:
42
GITHUB_TOKEN: ${{ secrets.PAT }}
0 commit comments