Update sync-main.yml

This commit is contained in:
dilanbhalla
2025-04-08 16:34:50 -07:00
committed by GitHub
parent 70f9401ba2
commit 79909e93a2

View File

@@ -27,8 +27,8 @@ jobs:
- name: Git config
shell: bash
run: |
git config user.name "github-actions[bot]"
git config user.email "github-actions[bot]@users.noreply.github.com"
git config user.name "dilanbhalla"
git config user.email "dilanbhalla@microsoft.com"
- name: Git checkout auto/sync-main-pr
shell: bash
run: |
@@ -81,3 +81,4 @@ jobs:
fi
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}