Skip to content

Commit

Permalink
Fixed api generation action
Browse files Browse the repository at this point in the history
  • Loading branch information
alextran1502 committed Oct 23, 2022
1 parent 7b954e2 commit d95bcb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/openapi-generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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'

0 comments on commit d95bcb4

Please sign in to comment.