jbraha commited on
Commit
abebc8f
·
unverified ·
1 Parent(s): e55cb1e

Update main.yml

Browse files
Files changed (1) hide show
  1. .github/workflows/main.yml +4 -1
.github/workflows/main.yml CHANGED
@@ -17,4 +17,7 @@ jobs:
17
  - name: Push to hub
18
  env:
19
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
20
- run: git switch main && git merge milestone-2 && git push https://jbraha:$HF_TOKEN@huggingface.co/spaces/jbraha/aiproject
 
 
 
 
17
  - name: Push to hub
18
  env:
19
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
20
+ run:
21
+ git config user.name "$GITHUB_ACTOR"
22
+ git config user.email "<>"
23
+ git switch main && git merge milestone-2 && git push https://jbraha:$HF_TOKEN@huggingface.co/spaces/jbraha/aiproject