We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9c0039 commit f15570aCopy full SHA for f15570a
.github/workflows/main.yml
@@ -16,4 +16,5 @@ jobs:
16
- name: Push to hub
17
env:
18
HF_TOKEN: ${{ secrets.HF_TOKEN }}
19
- run: git push https://ImashaNawodi:$HF_TOKEN@huggingface.co/spaces/ImashaNawodi/NodeBackendNew main
+ run: git push https://ImashaNawodi:$HF_TOKEN@huggingface.co/spaces/ImashaNawodi/NodeBackendNew main --force
20
+
0 commit comments