We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70f9401 commit 79909e9Copy full SHA for 79909e9
.github/workflows/sync-main.yml
@@ -27,8 +27,8 @@ jobs:
27
- name: Git config
28
shell: bash
29
run: |
30
- git config user.name "github-actions[bot]"
31
- git config user.email "github-actions[bot]@users.noreply.github.com"
+ git config user.name "dilanbhalla"
+ git config user.email "dilanbhalla@microsoft.com"
32
- name: Git checkout auto/sync-main-pr
33
34
@@ -81,3 +81,4 @@ jobs:
81
fi
82
env:
83
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
84
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments