Add global config for git

This commit is contained in:
Alex Tran 2022-10-06 15:34:42 -05:00
parent 2cb7517f64
commit 9a6d29d6e7
No known key found for this signature in database
GPG key ID: E4954BC787B85C8A

View file

@ -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