You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
I have created a workflow with the usage of
setup-go
: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 behome/runner/work/gshark
. I am not sure if this is a bug or any other configuration to address this.Thanks in advance.
The text was updated successfully, but these errors were encountered: