Skip to content

Commit e0b8e20

Browse files
authored
Update sync-main.yml
1 parent 6da7e4c commit e0b8e20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sync-main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
- name: Git config
2626
shell: bash
2727
run: |
28-
git config user.name Dilan Bhalla
29-
git config user.email dilanbhalla@microsoft.com
28+
git config user.name "github-actions[bot]"
29+
git config user.email "github-actions[bot]@users.noreply.github.com"
3030
- name: Add and fetch upstream
3131
run: |
3232
git remote add upstream https://github.com/github/codeql.git

0 commit comments

Comments
 (0)