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