Skip to content

workflow creates incorrect directory #414

Open
@madneal

Description

@madneal

I have created a workflow with the usage of setup-go:

    - name: Set up Go 1.x
      uses: actions/setup-go@v2
      with:
        go-version: ^1.13

    - name: Check out code into the Go module directory
      uses: actions/checkout@v2

The problem is the directory created by the workflow. It creates the directory of the repository as home/runner/work/gshark/gshark with repeate names of my project which expected to be home/runner/work/gshark. I am not sure if this is a bug or any other configuration to address this.

image

Thanks in advance.

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