Fix arguments for actions/checkout

This commit is contained in:
2019-08-12 17:17:27 +02:00
committed by GitHub
parent d57621b2f2
commit 818b62f679
+2 -1
View File
@@ -15,7 +15,8 @@ jobs:
- name: Check out code into the Go module directory
uses: actions/checkout@master
path: ${{ go.module-path }}
with:
path: ${{ go.module-path }}
- name: Get dependencies
working-directory: ${{ go.module-path }}