Skip to content

Commit bc196bb

Browse files
committed
Use SolrBot as identity for renovate-changelog workflow
1 parent f85ce53 commit bc196bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/renovate-changelog.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ jobs:
5252
fi
5353
5454
# Configure git with a separate author identity for the workflow
55-
git config user.name "renovate-bot"
56-
git config user.email "[email protected].com"
55+
git config user.name "SolrBot"
56+
git config user.email "<solrbot@cominvent.com>"
5757
5858
# Add and commit the changelog entry
5959
git add changelog/unreleased/

0 commit comments

Comments
 (0)