Matthias Pigulla

Results 274 comments of Matthias Pigulla

I am not sure if parameters were ever supported in Extension definitions, or only in Contexts?

Is that %a or %h in the log config? (Both from memory, hope it makes sense)

Also keep in mind that the Apache API changed in 2.4 to separate the client and connection/peer address. If historically `%h` was the connection IP and `%a` is a 2.4...

Check 71a17f2fccc739d132631ee19952b0ab2b366018 and see #35 for a similar report.

Oh yes! Removing in the post-step would be one option. But do self-hosted runners share state for multiple jobs? Might it happen that one job removes the line while another...

Adding the `known_hosts` entry was necessary a while ago before GitHub's worker images came with the keys pre-installed. Nowadays, probably we don't need it for GitHub environments at all. For...

This has been raised a few times before... Having the key fingerprints in the output helps with debugging, and since it is a public key fingerprint, should not be an...

Are the repos you’re trying to clone on GitHub? If so, please read the README section on deployment keys.

Does this section https://github.com/webfactory/ssh-agent#support-for-github-deploy-keys help?