Fix arguments for actions/checkout
This commit is contained in:
@@ -15,6 +15,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Check out code into the Go module directory
|
- name: Check out code into the Go module directory
|
||||||
uses: actions/checkout@master
|
uses: actions/checkout@master
|
||||||
|
with:
|
||||||
path: ${{ go.module-path }}
|
path: ${{ go.module-path }}
|
||||||
|
|
||||||
- name: Get dependencies
|
- name: Get dependencies
|
||||||
|
|||||||
Reference in New Issue
Block a user