Update main.yml
Browse files
.github/workflows/main.yml
CHANGED
@@ -19,5 +19,8 @@ jobs:
|
|
19 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
20 |
run:
|
21 |
git config user.name "$GITHUB_ACTOR" &&
|
22 |
-
git config user.email "<>"
|
23 |
-
git switch main
|
|
|
|
|
|
|
|
19 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
20 |
run:
|
21 |
git config user.name "$GITHUB_ACTOR" &&
|
22 |
+
git config user.email "<>"
|
23 |
+
&& git switch main
|
24 |
+
&& git merge milestone-2
|
25 |
+
&& git push origin/main
|
26 |
+
&& git push https://jbraha:$HF_TOKEN@huggingface.co/spaces/jbraha/aiproject
|