ci: fix http authorization config
This commit is contained in:
parent
f3070f484c
commit
4b3a387bef
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue