Skip to content

Commit

Permalink
magic email for bot
Browse files Browse the repository at this point in the history
  • Loading branch information
abe-winter committed Apr 16, 2024
1 parent b6656e8 commit d21b757
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/compile_protos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit d21b757

Please sign in to comment.