Add global config for git
This commit is contained in:
parent
2cb7517f64
commit
9a6d29d6e7
1 changed files with 1 additions and 0 deletions
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
|
||||
|
|
Loading…
Reference in a new issue