/.github/workflows/bump-dependency.yaml: run go mod tidy

This commit is contained in:
Dustin Brown
2021-05-19 11:16:34 -07:00
parent f171987eb4
commit 714e14792b

View File

@@ -97,7 +97,9 @@ jobs:
token: ${{ secrets.REPO_ACCESS_TOKEN || secrets.GITHUB_TOKEN }}
- name: Bump dependency
working-directory: go
run: go get github.com/dolthub/${{ github.event.client_payload.dependency }}@${{ github.event.client_payload.head_commit_sha }}
run: |
go get github.com/dolthub/${{ github.event.client_payload.dependency }}@${{ github.event.client_payload.head_commit_sha }}
go mod tidy
- name: Get Assignee and Reviewer
id: get_reviewer
run: |