sumitdwivedi23 commited on
Commit
395dc78
·
1 Parent(s): c8ee362

Update main.yaml

Browse files
Files changed (1) hide show
  1. .github/workflows/main.yaml +4 -3
.github/workflows/main.yaml CHANGED
@@ -21,6 +21,7 @@ jobs:
21
  - name: Push to hub
22
  env:
23
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
24
- run: git push --force https://sdd-2396:$HF_TOKEN@huggingface.co/spaces/sdd-2396/LeadGenAI main
25
-
26
-
 
 
21
  - name: Push to hub
22
  env:
23
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
24
+ run: |
25
+ git config --global user.email "github-actions[bot]@users.noreply.github.com"
26
+ git config --global user.name "github-actions[bot]"
27
+ git push --force https://sdd-2396:$HF_TOKEN@huggingface.co/spaces/sdd-2396/LeadGenAI.git main:main