Skip to content

Commit 38ced00

Browse files
committed
Use github app for commit
1 parent 36a22c3 commit 38ced00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/redis_docs_sync.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ jobs:
5252
# If file has changed, push it to repo
5353
if [[ ! -z $modules_api_is_different ]]; then
5454
git add content/develop/reference/modules/modules-api-ref.md
55-
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
56-
git config user.name "github-actions[bot]"
55+
git config user.email "177626021+redisdocsapp[bot]@users.noreply.github.com"
56+
git config user.name "redisdocsapp[bot]"
5757
git commit -m "Update modules-api-ref.md for release ${RELEASE}"
5858
git push origin main
5959
fi

0 commit comments

Comments
 (0)