Spaces:
Running
Running
Pedro Cuenca
commited on
Commit
·
325d2ee
1
Parent(s):
7fb274e
Specify src refefence in sync_to_hub_debug action
Browse files
.github/workflows/sync_to_hub_debug.yml
CHANGED
@@ -14,4 +14,4 @@ jobs:
|
|
14 |
- name: Push to hub
|
15 |
env:
|
16 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
17 |
-
run: git push --force https://boris:[email protected]/spaces/flax-community/dalle-mini-debug main
|
|
|
14 |
- name: Push to hub
|
15 |
env:
|
16 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
17 |
+
run: git push --force https://boris:[email protected]/spaces/flax-community/dalle-mini-debug +HEAD:main
|