The git ls-remote command spawned by the GitHub Actions checker now includes GIT_TERMINAL_PROMPT=0 in its environment. This ensures that the command fails immediately instead of blocking the user on an interactive prompt when the repository is private and the user lacks HTTPS credentials. Closes pnpm/pnpm#13421 --------- Co-authored-by: Zoltan Kochan <z@kochan.io>