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
+1
View File
@@ -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