Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BoltzmannEntropy authored Sep 30, 2024
1 parent 461d5af commit 318be25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
git config user.name "GitHub Actions"
git config user.email "[email protected]"
- name: Pull from the Hugging Face hub
- name: Pull from the Hugging Face hub with merge
run: |
git pull --ff-only https://BoltzmannEntropy:[email protected]/spaces/BoltzmannEntropy/vlms main
git pull --no-rebase https://BoltzmannEntropy:[email protected]/spaces/BoltzmannEntropy/vlms main
env:
HF_TOKEN: ${{ secrets.HF_TOKEN }}

Expand Down

0 comments on commit 318be25

Please sign in to comment.