mirror of
https://github.com/immich-app/immich.git
synced 2025-05-24 01:12:58 -04:00
Fixed api generation action
This commit is contained in:
parent
d95bcb46ad
commit
390bcdb8c6
2
.github/workflows/openapi-generator.yml
vendored
2
.github/workflows/openapi-generator.yml
vendored
@ -37,7 +37,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-typescript-axios.git
|
git remote add origin https://immich-app:"${{ secrets.GH_TOKEN }}"@github.com/immich-app/immich-sdk-typescript-axios.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 Dart SDK
|
- name: Generate Dart SDK
|
||||||
|
Loading…
x
Reference in New Issue
Block a user