Spaces:
Sleeping
Sleeping
fahadcr14
commited on
Commit
·
f72c6f6
1
Parent(s):
a37db3a
test1
Browse files
.github/workflows/main.yml
CHANGED
@@ -42,8 +42,5 @@ jobs:
|
|
42 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
43 |
|
44 |
run: |
|
45 |
-
|
46 |
-
|
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
|
|
|
|
|
|