Skip to content

Commit 4ae7422

Browse files
committed
Use right configuration to set name and email for sync
1 parent 5628212 commit 4ae7422

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/private-mirror-sync.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@ jobs:
1919
fetch-depth: 0
2020
submodules: true
2121
token: ${{ secrets.GOOGLE_OSS_BOT_TOKEN }}
22-
committer: google-oss-bot <[email protected]>
2322
- name: Force push HEAD to private repo main branch
2423
run: |
24+
git config --local user.name google-oss-bot
25+
git config --local user.email [email protected]
2526
git remote add mirror https://github.com/FirebasePrivate/firebase-android-sdk.git
2627
git push mirror HEAD:main --force --verbose

0 commit comments

Comments
 (0)