Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

workflow creates incorrect directory #414

Open
madneal opened this issue Jan 4, 2021 · 0 comments
Open

workflow creates incorrect directory #414

madneal opened this issue Jan 4, 2021 · 0 comments

Comments

@madneal
Copy link

madneal commented Jan 4, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant