Fix git config in CI workflow
This commit is contained in:
parent
a9d8f68675
commit
c6d2f19458
1 changed files with 8 additions and 5 deletions
|
|
@ -43,6 +43,9 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
git config --global http.sslVerify false
|
git config --global http.sslVerify false
|
||||||
git config --global --add safe.directory "*"
|
git config --global --add safe.directory "*"
|
||||||
|
git config --global user.email "ci@pragmatismo.com.br"
|
||||||
|
git config --global user.name "CI Runner"
|
||||||
|
git config --global pull.rebase false
|
||||||
|
|
||||||
- name: Update Repositories
|
- name: Update Repositories
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue