Max Chis commited on
Commit
dd8bd26
·
1 Parent(s): 6a15d81

Update sync-to-hf.yml

Browse files
Files changed (1) hide show
  1. .github/workflows/sync-to-hf.yml +2 -2
.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 "ci@example.com"
20
- git config --global user.name "CI Bot"
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