Spaces:
Sleeping
Sleeping
Andrea MH
commited on
Update huggingface.yml
Browse files
.github/workflows/huggingface.yml
CHANGED
@@ -21,4 +21,9 @@ jobs:
|
|
21 |
- name: Push to hub
|
22 |
env:
|
23 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
24 |
-
run:
|
|
|
|
|
|
|
|
|
|
|
|
21 |
- name: Push to hub
|
22 |
env:
|
23 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
24 |
+
run: |
|
25 |
+
git config --global user.name "GitHub Actions"
|
26 |
+
git config --global user.email "[email protected]"
|
27 |
+
git reset README.md
|
28 |
+
git commit -m "Commit all changes except README.md"
|
29 |
+
git push --force https://andreamalhera:[email protected]/spaces/andreamalhera/gedi main
|