Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
shiyue-loop committed Nov 14, 2023
1 parent 3516819 commit 24c59ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync_readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- name: Sync README for ${{ matrix.repo }}
run: |
git clone https://huggingface.co/01-ai/${{ matrix.repo }}
GIT_LFS_SKIP_SMUDGE=1 git clone https://huggingface.co/01-ai/${{ matrix.repo }}
cp HUGGINGFACE_README.md ${{ matrix.repo }}/README.md
cd ${{ matrix.repo }}
git config --global user.email "bot@01.ai"
Expand Down

0 comments on commit 24c59ca

Please sign in to comment.