Spaces:
Sleeping
Sleeping
fahadcr14
commited on
Commit
·
8e457eb
1
Parent(s):
1990f6f
test1
Browse files
.github/workflows/main.yml
CHANGED
@@ -36,6 +36,6 @@ jobs:
|
|
36 |
env:
|
37 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
38 |
#
|
39 |
-
run:
|
40 |
-
|
41 |
-
|
|
|
36 |
env:
|
37 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
38 |
#
|
39 |
+
run: |
|
40 |
+
git pull https://fahd9999:[email protected]/spaces/fahd9999/resultprediction main || echo "No updates to pull"
|
41 |
+
git push https://fahd9999:[email protected]/spaces/fahd9999/resultprediction main
|