Compare commits

...

2 commits

Author SHA1 Message Date
Julien Oculi 559a7fcec6 ci: debug net
Some checks failed
Named workflow / test (push) Failing after 12s
2024-01-22 11:34:35 +01:00
Julien Oculi 4b3a387bef ci: fix http authorization config 2024-01-18 11:28:15 +01:00

View file

@ -16,11 +16,17 @@ jobs:
run: git remote add origin http://localhost:10001/julien.oculi/test-forgejo-runner.git
- name: Test checkout commands (config)
run: "git config --local http.http://localhost:10001/.extraheader AUTHORIZATION: basic"
run: "git config --local http.http://localhost:10001/.extraheader \"AUTHORIZATION: basic\""
- name: Debug env
run: env
- name: Debug net
run: ping example.com -c 5
- name: Debug local net
run: ping localhost:10001 -c 5
- name: Debug git config (local)
run: cd /workspace/julien.oculi/test-forgejo-runner && git config --local -l