Add global config for git
parent
2cb7517f64
commit
9a6d29d6e7
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue