Spaces:
Running
Running
Commit
·
60ab4b3
1
Parent(s):
5a25df8
fix automations
Browse files
.github/workflows/dataset_update.yml
CHANGED
@@ -54,4 +54,4 @@ jobs:
|
|
54 |
git add .
|
55 |
git commit -m "update dataset files" || echo "No changes to commit"
|
56 |
git push -f
|
57 |
-
git push -f https://HF_USERNAME:$HF_TOKEN@huggingface.co/spaces/argmaxinc/whisperkit-benchmarks
|
|
|
54 |
git add .
|
55 |
git commit -m "update dataset files" || echo "No changes to commit"
|
56 |
git push -f
|
57 |
+
git push -f https://HF_USERNAME:$HF_TOKEN@huggingface.co/spaces/argmaxinc/whisperkit-benchmarks
|