Skip to content

Commit e2355a7

Browse files
koki-developclaude
andcommitted
sync-fork: configure git user for merge commits
Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 754ef60 commit e2355a7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/sync-fork.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626

2727
- name: Pull upstream changes
2828
run: |
29+
git config user.name "github-actions[bot]"
30+
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
2931
git remote add upstream https://github.com/google/nsjail.git
3032
git pull --no-rebase upstream master
3133
git push origin master

0 commit comments

Comments
 (0)