We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1efa91a commit 2cbeb66Copy full SHA for 2cbeb66
1 file changed
.github/workflows/hf_sync.yml
@@ -10,14 +10,14 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- name: Checkout Code
13
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
14
with:
15
fetch-depth: 0
16
17
- name: Push to Hugging Face
18
env:
19
HF_TOKEN: ${{ secrets.HF_TOKEN }}
20
run: |
21
- # Force push repository to Hugging Face Space.
22
- # Replace 'your-username' and 'your-space-name' below with your actual HF username/space.
23
- git push --force https://sadhumitha-s:$HF_TOKEN@huggingface.co/spaces/sadhumitha-s/DT-Explorer main
+ # Force push repository to Hugging Face Space (URL space name must be strictly lowercase).
+ git push --force https://sadhumitha-s:$HF_TOKEN@huggingface.co/spaces/sadhumitha-s/dt-explorer main
+
0 commit comments