Hasan Iqbal commited on
Commit
195f5b0
1 Parent(s): cbecb57

Fixed Enable/Disable feature for HF Spaces config

Browse files
Files changed (1) hide show
  1. .github/workflows/main.yaml +2 -1
.github/workflows/main.yaml CHANGED
@@ -19,6 +19,7 @@ jobs:
19
 
20
  - name: Setup Git Config
21
  run: |
 
22
  git config --global user.email "[email protected]"
23
  git config --global user.name "Hasan Iqbal"
24
 
@@ -32,4 +33,4 @@ jobs:
32
  - name: Push to Hugging Face
33
  env:
34
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
35
- run: git push https://hasaniqbal777:[email protected]/spaces/hasaniqbal777/OpenFactCheck --force
 
19
 
20
  - name: Setup Git Config
21
  run: |
22
+ git checkout main
23
  git config --global user.email "[email protected]"
24
  git config --global user.name "Hasan Iqbal"
25
 
 
33
  - name: Push to Hugging Face
34
  env:
35
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
36
+ run: git push https://hasaniqbal777:[email protected]/spaces/hasaniqbal777/OpenFactCheck main --force