Ali-Developments commited on
Commit
34b4532
·
unverified ·
1 Parent(s): ceef86c

Update main.yml

Browse files
Files changed (1) hide show
  1. .github/workflows/main.yml +2 -11
.github/workflows/main.yml CHANGED
@@ -14,16 +14,7 @@ jobs:
14
  with:
15
  fetch-depth: 0
16
  lfs: true
17
-
18
- - name: Configure Git
19
- run: |
20
- git config --global user.email "github-actions[bot]@users.noreply.github.com"
21
- git config --global user.name "github-actions[bot]"
22
-
23
- - name: Force push to hub
24
  env:
25
- HF_TOKEN: ${{ secrets.HF_TOKEN }}
26
- run: |
27
- git push https://Ali-Developments:[email protected]/spaces/Ali-Developments/Alfred_LLM main --force
28
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
29
-
 
14
  with:
15
  fetch-depth: 0
16
  lfs: true
17
+ - name: Push to hub
 
 
 
 
 
 
18
  env:
 
 
 
19
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
20
+ run: git push https://Ali-Developments:[email protected]/spaces/Ali-Developments/Alfred_LLM main