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