Spaces:
Running
Running
Shlomo Kashani
commited on
Update main.yml
Browse files
.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 --
|
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 |
|