We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6da7e4c commit e0b8e20Copy full SHA for e0b8e20
.github/workflows/sync-main.yml
@@ -25,8 +25,8 @@ jobs:
25
- name: Git config
26
shell: bash
27
run: |
28
- git config user.name Dilan Bhalla
29
- git config user.email dilanbhalla@microsoft.com
+ git config user.name "github-actions[bot]"
+ git config user.email "github-actions[bot]@users.noreply.github.com"
30
- name: Add and fetch upstream
31
32
git remote add upstream https://github.com/github/codeql.git
0 commit comments