jbraha commited on
Commit
706cd73
2 Parent(s): eecb146 c5d3b32

Merge branch 'milestone-2' of https://github.com/joebraha/aiproject into milestone-2

Browse files
Files changed (1) hide show
  1. .github/workflows/main.yml +1 -1
.github/workflows/main.yml CHANGED
@@ -21,6 +21,6 @@ jobs:
21
  git config user.name "$GITHUB_ACTOR" &&
22
  git config user.email "<>"
23
  && git switch main
24
- && git merge milestone-2
25
  && git push
26
  && git push https://jbraha:$HF_TOKEN@huggingface.co/spaces/jbraha/aiproject
 
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
26
  && git push https://jbraha:$HF_TOKEN@huggingface.co/spaces/jbraha/aiproject