Nyholm / psr7

A super lightweight PSR-7 implementation
MIT License
1.15k stars 75 forks source link

Test CI #247

Open Nyholm opened 1 year ago

stof commented 9 months ago

@Nyholm this won't work. The issue is that you use git inside your docker image, which has a separate global git config. The fix needs to happen inside the docker image (or you could do like https://github.com/async-aws/aws and stop using the docker image)