1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2024-12-28 22:51:59 +00:00

git push force

This commit is contained in:
Alex Tran 2022-10-06 15:38:38 -05:00
parent 77312ce2e0
commit 9e54e30011
No known key found for this signature in database
GPG key ID: E4954BC787B85C8A

View file

@ -37,4 +37,4 @@ jobs:
git commit -m "Update SDK"
git remote add origin https://immich-app:"${{ secrets.GITHUB_TOKEN }}"@github.com/immich-app/typescript-axios-sdk.git
git pull origin main
git push origin main --force
git push origin main 2>&1 | grep -v 'To https'