We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8ed5ca commit 3970010Copy full SHA for 3970010
.github/workflows/release_actions.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Push changes
24
run: |
25
git config --global user.name "github-actions[bot]"
26
- git config --global user.email "actions@github.com"
+ git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
27
28
git add docs
29
git commit -m "Update Javadoc (${GITHUB_SHA:0:7})"
0 commit comments