Prathamesh Sarjerao Vaidya commited on
Commit
02446f2
·
unverified ·
1 Parent(s): c95bb51

Update main.yml

Browse files
Files changed (1) hide show
  1. .github/workflows/main.yml +4 -2
.github/workflows/main.yml CHANGED
@@ -2,7 +2,6 @@ name: Sync to Hugging Face hub
2
  on:
3
  push:
4
  branches: [main]
5
- # to run this workflow manually from the Actions tab
6
  workflow_dispatch:
7
 
8
  jobs:
@@ -16,4 +15,7 @@ jobs:
16
  - name: Push to hub
17
  env:
18
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
19
- run: git push https://prathameshv07:[email protected]/spaces/prathameshv07/Multilingual-Audio-Intelligence-System main
 
 
 
 
2
  on:
3
  push:
4
  branches: [main]
 
5
  workflow_dispatch:
6
 
7
  jobs:
 
15
  - name: Push to hub
16
  env:
17
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
18
+ run: |
19
+ git config user.name "github-actions"
20
+ git config user.email "[email protected]"
21
+ git push --force https://prathameshv07:[email protected]/spaces/prathameshv07/Multilingual-Audio-Intelligence-System main