Skip to content

Getting Error in "Determining the checkout info" step of actions/checkout@v3.5.0 #1633

Open
@mithunpandey

Description

@mithunpandey

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions