Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels