getting error in github workflow: remote: duplicate header : “Authorisation” [duplicate]
This question already has an answer here: Auth error trying to copy a repo with Github Actions (1 answer) Closed 11 days ago. I’m using self hosted runner in my workflow. For some reason, getting the following error in the checkout step error: Fetching the repository /usr/bin/git -c protocol.version=2 fetch –prune –progress –no-recurse-submodules –unshallow origin […]
Run A test triggered by Github Actions before merging pull request
I’m trying to setting up a yml for Github Actions to run a pytest before merging pull request to main branch.