-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b6656e8
commit d21b757
Showing
1 changed file
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -67,7 +67,8 @@ jobs: | |
git add . | ||
git checkout -b ${{ github.event.pull_request.head.ref }} | ||
git status | ||
git config user.email [email protected] | ||
# magic email from https://github.com/orgs/community/discussions/26560 | ||
git config user.email 41898282+github-actions[bot]@users.noreply.github.com | ||
git config user.name github-actions | ||
git commit -a -m "${{ env.CI_COMMIT_MESSAGE_PREFIX }} $(git rev-parse --short HEAD)" | ||
git push -u origin ${{ github.event.pull_request.head.ref }} | ||
|