Fix typo in workflow
Some checks are pending
CI / build (push) Waiting to run

This commit is contained in:
Dustin Pianalto 2021-01-20 21:28:55 -09:00
parent eecf4e4be8
commit 0b310e3d00

View File

@ -27,7 +27,9 @@ jobs:
go-version: 1.15
- name: Install go-bindata
run: go get -u github.com/go-bindata/go-bindata/...
uses: cedrickring/golang-action@1.6.0
with:
args: go get -u github.com/go-bindata/go-bindata/...
- name: Build migrations
run: go-bindata -pkg migrations -o $GITHUB_WORKSPACE/internal/database/migrations/bindata.go $GITHUB_WORKSPACE/internal/database/migrations/