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

View File

@ -36,5 +36,5 @@ jobs:
git add .
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 pull origin main --allow-unrelated-histories
git push origin main 2>&1 | grep -v 'To https'