Skip to content

Commit

Permalink
Add note in the lfs check action to help contributors fix Git LFS che…
Browse files Browse the repository at this point in the history
…ck failure. (microsoft#2563)

* Add note in the lfs check action.

* Update lfs-check.yml
  • Loading branch information
ekzhu authored May 3, 2024
1 parent 8084188 commit 73d3202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lfs-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 73d3202

Please sign in to comment.