ci: fix http authorization config

This commit is contained in:
Julien Oculi 2024-01-18 11:28:15 +01:00
parent f3070f484c
commit 4b3a387bef

View file

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