Commit af8afb4
committed
fix(git): remove Git LFS config for GIF files
GIF files were never migrated to LFS storage - they are regular
git-tracked binary files. The lfs filter in .gitattributes was
causing GitHub Actions to detect dirty state when checking out
with lfs: true. Remove LFS config and checkout flag to fix.1 parent ccf34f8 commit af8afb4
2 files changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
3 | 3 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | 23 | | |
25 | 24 | | |
26 | 25 | | |
| |||
0 commit comments