fahadcr14 commited on
Commit
6b59ad1
·
1 Parent(s): 98318ba
Files changed (1) hide show
  1. .github/workflows/main.yml +4 -4
.github/workflows/main.yml CHANGED
@@ -43,7 +43,7 @@ jobs:
43
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
44
  run: |
45
  git pull https://fahd9999:[email protected]/spaces/fahd9999/resultprediction main || true
46
- git checkout --ours . || true
47
- git add . || true
48
- git commit -m "Auto-resolve conflicts in workflow" || true
49
- git push https://fahd9999:[email protected]/spaces/fahd9999/resultprediction main || true
 
43
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
44
  run: |
45
  git pull https://fahd9999:[email protected]/spaces/fahd9999/resultprediction main || true
46
+ git checkout --ours .
47
+ git add .
48
+ git commit -m "Auto-resolve conflicts in workflow"
49
+ git push https://fahd9999:[email protected]/spaces/fahd9999/resultprediction main