Fixed api generation action

This commit is contained in:
Alex Tran 2022-10-23 17:52:52 -05:00
parent 7b954e21e7
commit d95bcb46ad
No known key found for this signature in database
GPG Key ID: E4954BC787B85C8A

View File

@ -58,7 +58,7 @@ jobs:
git add .
git commit -m "Update SDK"
git remote add origin https://immich-app:"${{ secrets.GH_TOKEN }}"@github.com/immich-app/immich-sdk-dart.git
git pull origin main --allow-unrelated-histories
git pull origin main --allow-unrelated-histories --force
git push origin main 2>&1 | grep -v 'To https'
- name: Generate Rust SDK
@ -79,5 +79,5 @@ jobs:
git add .
git commit -m "Update SDK"
git remote add origin https://immich-app:"${{ secrets.GH_TOKEN }}"@github.com/immich-app/immich-sdk-rust.git
git pull origin main --allow-unrelated-histories
git pull origin main --allow-unrelated-histories --force
git push origin main 2>&1 | grep -v 'To https'