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
The text was updated successfully, but these errors were encountered:
I have tried with the Latest actions/checkout@v4.1.1 but the behavior is same, the Fetch depth argument is fetch-depth: 0, when i tried with fetch-depth: 1 the repo clone is working.
my understanding is fetch depth 0 means all the history of all the branches will get downloaded, so it should be working with 0 ,
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
The text was updated successfully, but these errors were encountered: