Spaces:
Runtime error
Runtime error
Commit ·
ea65139
1
Parent(s): 4b1ae02
change push
Browse files
.github/workflows/actions_onpush.yaml
CHANGED
|
@@ -18,6 +18,8 @@ jobs:
|
|
| 18 |
env:
|
| 19 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
| 20 |
run: |
|
|
|
|
|
|
|
| 21 |
git add .
|
| 22 |
git commit -m "adding files"
|
| 23 |
git push https://paisleypark3121:$HF_TOKEN@huggingface.co/spaces/StefanoDUrso/Chainlit-docker main
|
|
|
|
| 18 |
env:
|
| 19 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
| 20 |
run: |
|
| 21 |
+
git config --global user.email "paysleypark@outlook.it"
|
| 22 |
+
git config --global user.name "paisleypark3121"
|
| 23 |
git add .
|
| 24 |
git commit -m "adding files"
|
| 25 |
git push https://paisleypark3121:$HF_TOKEN@huggingface.co/spaces/StefanoDUrso/Chainlit-docker main
|