Max Chis
commited on
Commit
·
dd8bd26
1
Parent(s):
6a15d81
Update sync-to-hf.yml
Browse files
.github/workflows/sync-to-hf.yml
CHANGED
|
@@ -16,7 +16,7 @@ jobs:
|
|
| 16 |
|
| 17 |
- name: Push to Hugging Face
|
| 18 |
run: |
|
| 19 |
-
git config --global user.email "
|
| 20 |
-
git config --global user.name "
|
| 21 |
git remote add hf https://PDAP:${HF_TOKEN}@huggingface.co/PDAP/inference_prototype_test
|
| 22 |
git push hf main
|
|
|
|
| 16 |
|
| 17 |
- name: Push to Hugging Face
|
| 18 |
run: |
|
| 19 |
+
git config --global user.email "operations@pdap.io"
|
| 20 |
+
git config --global user.name "Sync to Hugging Face GitHub Action"
|
| 21 |
git remote add hf https://PDAP:${HF_TOKEN}@huggingface.co/PDAP/inference_prototype_test
|
| 22 |
git push hf main
|