jbraha commited on
Commit
b93fb76
·
unverified ·
1 Parent(s): c4d93d4

Update main.yml

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