Spaces:
Sleeping
Sleeping
Commit
·
31a4e28
1
Parent(s):
b8e0858
chore
Browse files
.github/workflows/sync_hf_space.yml
CHANGED
@@ -28,6 +28,7 @@ jobs:
|
|
28 |
run: |
|
29 |
git config --global user.name "${{ github.actor }}"
|
30 |
git config --global user.email "${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com"
|
|
|
31 |
|
32 |
- name: Pull from hub
|
33 |
run: git pull https://$HF_USERNAME:[email protected]/spaces/$HF_USERNAME/$SPACE_NAME
|
|
|
28 |
run: |
|
29 |
git config --global user.name "${{ github.actor }}"
|
30 |
git config --global user.email "${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com"
|
31 |
+
git config pull.rebase true
|
32 |
|
33 |
- name: Pull from hub
|
34 |
run: git pull https://$HF_USERNAME:[email protected]/spaces/$HF_USERNAME/$SPACE_NAME
|