Skip to content

Commit b2812a1

Browse files
Update .github/workflows/depscheck.yaml
Co-authored-by: jackofallops <11830746+jackofallops@users.noreply.github.com>
1 parent 6fe7f70 commit b2812a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/depscheck.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
echo "::error::Vendor Dependencies Check failed."
2929
echo ""
3030
echo "Do not modify files in the vendor/ directory directly."
31-
echo "Instead, update dependencies in go.mod and run 'go mod vendor' to sync the vendor directory."
31+
echo "Instead, update dependencies in go.mod and run 'go mod tidy && go mod vendor' to sync the vendor directory."
3232
echo "Then run 'make depscheck' locally to verify before pushing."
3333
save-artifacts-on-fail:
3434
needs: depscheck

0 commit comments

Comments
 (0)