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

the action create incorrect directory #97

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

the action create incorrect directory #97

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.

Thanks in advance.

@madneal madneal changed the title the action create in correct directory the action create incorrect directory Jan 4, 2021
@madneal madneal closed this as completed Jan 4, 2021
@madneal madneal reopened this Jan 4, 2021
@madneal madneal closed this as completed Jan 4, 2021
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