Fix git config in CI workflow

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2026-04-17 16:50:11 -03:00
parent a9d8f68675
commit c6d2f19458

View file

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