mirror of
https://github.com/KevinMidboe/immich.git
synced 2025-10-29 17:40:28 +00:00
Add global config for git
This commit is contained in:
1
.github/workflows/openapi-generator.yml
vendored
1
.github/workflows/openapi-generator.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user