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 99affd8 commit 1196bc5Copy full SHA for 1196bc5
.github/workflows/private-mirror-sync.yml
@@ -16,9 +16,10 @@ jobs:
16
steps:
17
- uses: actions/checkout@v3
18
with:
19
+ fetch-depth: 0
20
submodules: true
21
token: ${{ secrets.GOOGLE_OSS_BOT_TOKEN }}
22
- name: Force push HEAD to private repo main branch
23
run: |
- 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
25
git push mirror HEAD:main --force --verbose
0 commit comments