Shlomo Kashani commited on
Commit
318be25
·
unverified ·
1 Parent(s): 461d5af

Update main.yml

Browse files
Files changed (1) hide show
  1. .github/workflows/main.yml +2 -2
.github/workflows/main.yml CHANGED
@@ -19,9 +19,9 @@ jobs:
19
  git config user.name "GitHub Actions"
20
  git config user.email "[email protected]"
21
 
22
- - name: Pull from the Hugging Face hub
23
  run: |
24
- git pull --ff-only https://BoltzmannEntropy:[email protected]/spaces/BoltzmannEntropy/vlms main
25
  env:
26
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
27
 
 
19
  git config user.name "GitHub Actions"
20
  git config user.email "[email protected]"
21
 
22
+ - name: Pull from the Hugging Face hub with merge
23
  run: |
24
+ git pull --no-rebase https://BoltzmannEntropy:[email protected]/spaces/BoltzmannEntropy/vlms main
25
  env:
26
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
27