Haofei Yu
commited on
Bug/change email (#2)
Browse files* support sync with huggingface
* change email
.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 "
|
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
|