Compare commits

..

No commits in common. "559a7fcec66bf496eadedd0370bfd8578972de62" and "f3070f484ccec37dac506ab95de890c751447a7f" have entirely different histories.

View file

@ -16,17 +16,11 @@ 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