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
This commit is contained in:
Eric Zhu 2024-05-03 08:16:59 -07:00 committed by GitHub
parent bf0c49d96f
commit 093c1a26e3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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