Fix arguments for actions/checkout
This commit is contained in:
@@ -15,7 +15,8 @@ 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
|
||||||
path: ${{ go.module-path }}
|
with:
|
||||||
|
path: ${{ go.module-path }}
|
||||||
|
|
||||||
- name: Get dependencies
|
- name: Get dependencies
|
||||||
working-directory: ${{ go.module-path }}
|
working-directory: ${{ go.module-path }}
|
||||||
|
|||||||
Reference in New Issue
Block a user