mirror of
https://github.com/immich-app/immich.git
synced 2024-11-24 08:52:28 +02:00
Fixed api generation action
This commit is contained in:
parent
7b954e21e7
commit
d95bcb46ad
4
.github/workflows/openapi-generator.yml
vendored
4
.github/workflows/openapi-generator.yml
vendored
@ -58,7 +58,7 @@ jobs:
|
|||||||
git add .
|
git add .
|
||||||
git commit -m "Update SDK"
|
git commit -m "Update SDK"
|
||||||
git remote add origin https://immich-app:"${{ secrets.GH_TOKEN }}"@github.com/immich-app/immich-sdk-dart.git
|
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'
|
git push origin main 2>&1 | grep -v 'To https'
|
||||||
|
|
||||||
- name: Generate Rust SDK
|
- name: Generate Rust SDK
|
||||||
@ -79,5 +79,5 @@ jobs:
|
|||||||
git add .
|
git add .
|
||||||
git commit -m "Update SDK"
|
git commit -m "Update SDK"
|
||||||
git remote add origin https://immich-app:"${{ secrets.GH_TOKEN }}"@github.com/immich-app/immich-sdk-rust.git
|
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'
|
git push origin main 2>&1 | grep -v 'To https'
|
||||||
|
Loading…
Reference in New Issue
Block a user