Update ci-check-repo.yaml

This commit is contained in:
Dustin Brown
2023-04-26 13:58:37 -07:00
committed by GitHub
parent c5c415e439
commit 8da064594a
+1
View File
@@ -106,6 +106,7 @@ jobs:
with:
ref: ${{ github.event.pull_request.head.ref || github.ref }}
repository: ${{ github.event.pull_request.head.repo.full_name || github.repository }}
submodules: true
token: ${{ secrets.GITHUB_TOKEN }}
- name: Run go mod tidy
run: go mod tidy