1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-01-16 00:36:47 +01:00
This commit is contained in:
Alex Tran 2022-10-06 15:33:07 -05:00
parent 3228882fc0
commit 2cb7517f64
No known key found for this signature in database
GPG key ID: E4954BC787B85C8A

View file

@ -34,6 +34,6 @@ jobs:
git init
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 remote add origin https://immich-app:"${{ secrets.GITHUB_TOKEN }}"@github.com/immich-app/typescript-axios-sdk.git
git pull origin main
git push origin main