ci: remove git config system debugging
All checks were successful
Named workflow / test (push) Successful in 12s
All checks were successful
Named workflow / test (push) Successful in 12s
This commit is contained in:
parent
7b1822a198
commit
bd50499be3
|
@ -21,9 +21,6 @@ jobs:
|
||||||
- name: Debug env
|
- name: Debug env
|
||||||
run: env
|
run: env
|
||||||
|
|
||||||
- name: Debug git config (system)
|
|
||||||
run: git config --system -l
|
|
||||||
|
|
||||||
- name: Debug git config (local)
|
- name: Debug git config (local)
|
||||||
run: cd /workspace/julien.oculi/test-forgejo-runner && git config --local -l
|
run: cd /workspace/julien.oculi/test-forgejo-runner && git config --local -l
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue