Spaces:
Runtime error
Runtime error
pull push?
Browse files
.github/workflows/compute.yml
CHANGED
|
@@ -27,5 +27,5 @@ jobs:
|
|
| 27 |
git config user.email github-actions@github.com
|
| 28 |
git add *.tif
|
| 29 |
git commit -a -m "update data" || echo "nothing to commit"
|
| 30 |
-
git push https://cboettig:$HF_TOKEN@huggingface.co/spaces/cboettig/solara-test main
|
| 31 |
|
|
|
|
| 27 |
git config user.email github-actions@github.com
|
| 28 |
git add *.tif
|
| 29 |
git commit -a -m "update data" || echo "nothing to commit"
|
| 30 |
+
git pull && git push https://cboettig:$HF_TOKEN@huggingface.co/spaces/cboettig/solara-test main
|
| 31 |
|
.github/workflows/sync-hf.yml
CHANGED
|
@@ -17,4 +17,4 @@ jobs:
|
|
| 17 |
- name: Push to hub
|
| 18 |
env:
|
| 19 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
| 20 |
-
run: git push
|
|
|
|
| 17 |
- name: Push to hub
|
| 18 |
env:
|
| 19 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
| 20 |
+
run: git push https://cboettig:$HF_TOKEN@huggingface.co/spaces/cboettig/solara-test main
|