Robert-DEMCON

Results 3 comments of Robert-DEMCON

@sykhro thanks for your suggestion. It's still not working for me on Windows though. I now have the following workflow (again some bits are redacted): ``` jobs: build: name: Pytest...

Doing a grep on the faulty key (`fffb0082e1157c90572...`) I saw an entry in `/home/github/.gitconfig`, in the system user that does the runner. It looks like data persists from the other...

I ended up working around this by adding a step to change the home directory first for the rest of the actions: ``` - run: echo "HOME=$RUNNER_TEMP/github" >> "$GITHUB_ENV" ```...