mirror of
https://forgejo.stefka.eu/jiriks74/create-pull-request.git
synced 2025-01-18 16:01:06 +01:00
Refactor extraheader auth handling
This commit is contained in:
parent
a6a1a418bf
commit
24012f5c84
9 changed files with 460 additions and 419 deletions
|
@ -82,10 +82,6 @@ describe('create-or-update-branch tests', () => {
|
|||
|
||||
beforeAll(async () => {
|
||||
git = await GitCommandManager.create(REPO_PATH)
|
||||
git.setAuthGitOptions([
|
||||
'-c',
|
||||
'http.https://github.com/.extraheader=AUTHORIZATION: basic xxx'
|
||||
])
|
||||
git.setIdentityGitOptions([
|
||||
'-c',
|
||||
'author.name=Author Name',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue