diff --git a/.github/workflows/openapi-generator.yml b/.github/workflows/openapi-generator.yml index 17de7d4265..8d361256a4 100644 --- a/.github/workflows/openapi-generator.yml +++ b/.github/workflows/openapi-generator.yml @@ -28,6 +28,7 @@ jobs: - name: Do something with the client run: | git config --global init.defaultBranch main + git config --global pull.rebase false git config --global user.email "immichbot@immich.app" git config --global user.name "Immich Bot" cd typescript-axios-client