You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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