Skip to content

Commit 0262d4a

Browse files
committed
Git setup
1 parent 7463be4 commit 0262d4a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release-pr.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ jobs:
3535
git add -A
3636
git commit -m "Release manifest update"
3737
git push origin $target_branch
38+
git config --global user.email github-actions@github.com
39+
git config --global user.name github-actions
3840
- name: Create pull request
3941
env:
4042
GITHUB_TOKEN: ${{ secrets.PAT }}

0 commit comments

Comments
 (0)