Skip to content

Commit 3970010

Browse files
authored
use noreply e-mail
1 parent b8ed5ca commit 3970010

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release_actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Push changes
2424
run: |
2525
git config --global user.name "github-actions[bot]"
26-
git config --global user.email "actions@github.com"
26+
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
2727
2828
git add docs
2929
git commit -m "Update Javadoc (${GITHUB_SHA:0:7})"

0 commit comments

Comments
 (0)