From 093c1a26e399b1f2d4614f41bc3e561b2fa74e21 Mon Sep 17 00:00:00 2001 From: Eric Zhu Date: Fri, 3 May 2024 08:16:59 -0700 Subject: [PATCH] Add note in the lfs check action to help contributors fix Git LFS check failure. (#2563) * Add note in the lfs check action. * Update lfs-check.yml --- .github/workflows/lfs-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lfs-check.yml b/.github/workflows/lfs-check.yml index e2bcfb5668..4baae925de 100644 --- a/.github/workflows/lfs-check.yml +++ b/.github/workflows/lfs-check.yml @@ -10,6 +10,6 @@ jobs: uses: actions/checkout@v4 with: lfs: true - - name: Check Git LFS files for consistency + - name: "Check Git LFS files for consistency, if you see error like 'pointer: unexpectedGitObject ... should have been a pointer but was not', please install Git LFS locally, delete the problematic file, and then add it back again. This ensures it's properly tracked." run: | git lfs fsck