Spaces:
Sleeping
Sleeping
Mikey Tran commited on
Update Makefile
Browse files
Makefile
CHANGED
|
@@ -17,10 +17,10 @@ eval:
|
|
| 17 |
cml comment create --publish report.md
|
| 18 |
|
| 19 |
update-branch:
|
| 20 |
-
|
| 21 |
-
|
| 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 |
|