Skip to content

Commit

Permalink
Fix the binary file error
Browse files Browse the repository at this point in the history
  • Loading branch information
JackyZzZz committed Aug 7, 2024
1 parent 0150eef commit d0c8ac5
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/interface_auto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,11 @@ jobs:
with:
fetch-depth: 0
lfs: true

# Step 2: Set up Git LFS
- name: Set up Git LFS
run: |
git lfs install
git lfs pull
# # Step 3: Remove binary files from git history
# - name: Remove binary files from git history
# run: |
# git filter-branch --force --index-filter \
# "git rm --cached --ignore-unmatch DiverseSelector/test/test2/BBB_SECFP6_1024.xlsx DiverseSelector/test/test2/BBB_SECFP6_2048.xlsx" \
# --prune-empty --tag-name-filter cat -- --all
# Step 3: Remove binary files from git history
- name: Remove binary files from git history
run: |
Expand Down

0 comments on commit d0c8ac5

Please sign in to comment.