fahadcr14 commited on
Commit
f72c6f6
·
1 Parent(s): a37db3a
Files changed (1) hide show
  1. .github/workflows/main.yml +2 -5
.github/workflows/main.yml CHANGED
@@ -42,8 +42,5 @@ jobs:
42
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
43
 
44
  run: |
45
- git pull --rebase https://fahd9999:[email protected]/spaces/fahd9999/resultprediction main || echo "No updates to pull"
46
- git checkout --theirs .github/workflows/main.yml || echo "No conflicts to resolve"
47
- git add .github/workflows/main.yml || echo "No conflicts to resolve"
48
- git rebase --continue || echo "Rebase completed"
49
- git push https://fahd9999:[email protected]/spaces/fahd9999/resultprediction main
 
42
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
43
 
44
  run: |
45
+ git pull --rebase https://fahd9999:[email protected]/spaces/fahd9999/resultprediction main
46
+ git push https://fahd9999:$HF_TOKEN@huggingface.co/spaces/fahd9999/resultprediction main