Haofei Yu commited on
Commit
b1be519
·
unverified ·
1 Parent(s): 8b2bff9

Bug/change email (#2)

Browse files

* support sync with huggingface

* change email

Files changed (1) hide show
  1. .github/workflows/sync.yml +1 -1
.github/workflows/sync.yml CHANGED
@@ -12,7 +12,7 @@ jobs:
12
  - uses: actions/checkout@v2
13
  - name: Push to Hugging Face Spaces
14
  run: |
15
- git config --global user.email "1125027232@qq.com"
16
  git config --global user.name "lwaekfjlk"
17
  git remote add huggingface https://huggingface.co/spaces/your-username/your-space-name
18
  git push huggingface main --force
 
12
  - uses: actions/checkout@v2
13
  - name: Push to Hugging Face Spaces
14
  run: |
15
+ git config --global user.email "haofeiy@andrew.cmu.edu"
16
  git config --global user.name "lwaekfjlk"
17
  git remote add huggingface https://huggingface.co/spaces/your-username/your-space-name
18
  git push huggingface main --force