Spaces:
Runtime error
Runtime error
Update sync_with_spaces.yml
Browse files
.github/workflows/sync_with_spaces.yml
CHANGED
@@ -13,6 +13,10 @@ jobs:
|
|
13 |
- uses: actions/checkout@v2
|
14 |
with:
|
15 |
fetch-depth: 0
|
|
|
|
|
|
|
|
|
16 |
- name: Push to hub
|
17 |
env:
|
18 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
|
|
13 |
- uses: actions/checkout@v2
|
14 |
with:
|
15 |
fetch-depth: 0
|
16 |
+
- name: Setup git
|
17 |
+
run: |
|
18 |
+
git config --global user.name "Lewis Tunstall"
|
19 |
+
git config --global user.email [email protected]
|
20 |
- name: Push to hub
|
21 |
env:
|
22 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|