Skip to content

Commit 1cb0cdf

Browse files
AzureG03github-actions[bot]
authored andcommitted
Chore(fix): Configure git user for rebase in sync workflow
1 parent 3814fc7 commit 1cb0cdf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.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)