Skip to content

Commit 3f2b646

Browse files
committed
Add missing command
1 parent a4fb2a9 commit 3f2b646

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
@@ -22,8 +22,9 @@ jobs:
2222
fetch-depth: 0
2323
submodules: true
2424
token: ${{ secrets.GOOGLE_OSS_BOT_TOKEN }}
25-
committer: google-oss-bot <[email protected]>
2625
- name: Force push HEAD to private repo main branch
2726
run: |
27+
git config --local user.name google-oss-bot
28+
git config --local user.email [email protected]
2829
git remote add mirror https://github.com/FirebasePrivate/firebase-android-sdk.git
2930
git push mirror HEAD:main --force --verbose

0 commit comments

Comments
 (0)