Description
We are using the actions/checkout@v3.5.0 version in our actions, we are getting the following error, we are using a on premises windows runner
Determining the checkout info
"C:\Program Files\Git\cmd\git.exe" branch --list --remote origin/bug/LTK-22569-Multi-timer-startup-time-inconsistency
"C:\Program Files\Git\cmd\git.exe" tag --list bug/LTK-22569-Multi-timer-startup-time-inconsistency
Error: A branch or tag with the name 'bug/LTK-22569-Multi-timer-startup-time-inconsistency' could not be found
on doing the same using the command line git we are getting a proper response as the branch name is a valid.
$ git branch --list --remote origin/bug/LTK-22569-Multi-timer-startup-time-inconsistency
origin/bug/LTK-22569-Multi-timer-startup-time-inconsistency