Mikey Tran commited on
Commit
ffea7cc
·
unverified ·
1 Parent(s): 6921680

Update Makefile

Browse files
Files changed (1) hide show
  1. Makefile +4 -4
Makefile CHANGED
@@ -17,10 +17,10 @@ eval:
17
  cml comment create --publish report.md
18
 
19
  update-branch:
20
- #git config --global user.name $(USER_NAME)
21
- #git config --global user.email $(USER_EMAIL)
22
- git config user.name "${{ github.actor }}"
23
- git config user.email "${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com"
24
  git commit -am "Update with new results"
25
  git push --force origin HEAD:update
26
 
 
17
  cml comment create --publish report.md
18
 
19
  update-branch:
20
+ git config --global user.name $(USER_NAME)
21
+ git config --global user.email $(USER_EMAIL)
22
+ #git config user.name "${{ github.actor }}"
23
+ #git config user.email "${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com"
24
  git commit -am "Update with new results"
25
  git push --force origin HEAD:update
26