ci: remove git config system debugging
All checks were successful
Named workflow / test (push) Successful in 12s

This commit is contained in:
Julien Oculi 2024-01-18 11:13:44 +01:00
parent 7b1822a198
commit bd50499be3

View file

@ -21,9 +21,6 @@ jobs:
- name: Debug env
run: env
- name: Debug git config (system)
run: git config --system -l
- name: Debug git config (local)
run: cd /workspace/julien.oculi/test-forgejo-runner && git config --local -l