mirror of
https://github.com/actions/checkout.git
synced 2026-06-20 03:07:16 +08:00
- Allow sshUser setting to override default 'git' user in insteadOf config - When sshUser is empty, default to 'git@github.com' - When sshUser is provided (e.g., 'customuser'), use 'customuser@github.com' - Updated tests to verify custom SSH user behavior in auth configuration Co-Authored-By: Claude:Qwen3-Coder-Next-4bit