Skip to content

Commit 79909e9

Browse files
authored
Update sync-main.yml
1 parent 70f9401 commit 79909e9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/sync-main.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
- name: Git config
2828
shell: bash
2929
run: |
30-
git config user.name "github-actions[bot]"
31-
git config user.email "github-actions[bot]@users.noreply.github.com"
30+
git config user.name "dilanbhalla"
31+
git config user.email "dilanbhalla@microsoft.com"
3232
- name: Git checkout auto/sync-main-pr
3333
shell: bash
3434
run: |
@@ -81,3 +81,4 @@ jobs:
8181
fi
8282
env:
8383
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
84+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)