Skip to content

Commit

Permalink
git pull instead of clone for sync
Browse files Browse the repository at this point in the history
  • Loading branch information
PicoCreator committed Feb 19, 2024
1 parent 2f00c14 commit dfe5f15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-b2-to-hf-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,5 @@ jobs:
- name: Pull latest changes
if: steps.cache-hf-repo.outputs.cache-hit == 'true'
run: |
cd lm-eval-output && git pull
cd lm-eval-output && git reset --hard && git pull

0 comments on commit dfe5f15

Please sign in to comment.