Skip to content

Commit 4762430

Browse files
authored
Chore(fix): Configure git user for rebase in sync workflow
1 parent b5a9c3a commit 4762430

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/sync.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ jobs:
3939
- name: Rebase Upstream
4040
if: env.UPDATE == 'true'
4141
run: |
42+
git config --global user.name "github-actions[bot]"
43+
git config --global user.email "github-actions[bot]@users.noreply.github.com"
4244
if git rebase upstream/master; then
4345
echo "REBASE_SUCCESS=true" >> $GITHUB_ENV
4446
else

0 commit comments

Comments
 (0)