Skip to content

Commit 1196bc5

Browse files
authored
Fix sync job between oss and private repository (#3988)
1 parent 99affd8 commit 1196bc5

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
@@ -16,9 +16,10 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v3
1818
with:
19+
fetch-depth: 0
1920
submodules: true
2021
token: ${{ secrets.GOOGLE_OSS_BOT_TOKEN }}
2122
- name: Force push HEAD to private repo main branch
2223
run: |
23-
git remote add mirror git@github.com:FirebasePrivate/firebase-android-sdk.git
24+
git remote add mirror https://github.com/FirebasePrivate/firebase-android-sdk.git
2425
git push mirror HEAD:main --force --verbose

0 commit comments

Comments
 (0)