Merge pull request #24 from mmoscher/master

Fix arguments for go-sample workflow in step checkout
This commit is contained in:
Mike Coutermarsh
2019-08-13 09:47:31 -07:00
committed by GitHub
+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 }}