mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-05 16:15:41 -06:00
/.github/workflows/bump-dependency.yaml: run go mod tidy
This commit is contained in:
4
.github/workflows/bump-dependency.yaml
vendored
4
.github/workflows/bump-dependency.yaml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user