We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5a9c3a commit 4762430Copy full SHA for 4762430
1 file changed
.github/workflows/sync.yml
@@ -39,6 +39,8 @@ jobs:
39
- name: Rebase Upstream
40
if: env.UPDATE == 'true'
41
run: |
42
+ git config --global user.name "github-actions[bot]"
43
+ git config --global user.email "github-actions[bot]@users.noreply.github.com"
44
if git rebase upstream/master; then
45
echo "REBASE_SUCCESS=true" >> $GITHUB_ENV
46
else
0 commit comments