Spaces:
Sleeping
Sleeping
fahadcr14
commited on
Commit
·
6b59ad1
1
Parent(s):
98318ba
test1
Browse files
.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 .
|
47 |
-
git add .
|
48 |
-
git commit -m "Auto-resolve conflicts in workflow"
|
49 |
-
git push https://fahd9999:[email protected]/spaces/fahd9999/resultprediction main
|
|
|
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
|