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 36a22c3 commit 38ced00Copy full SHA for 38ced00
.github/workflows/redis_docs_sync.yaml
@@ -52,8 +52,8 @@ jobs:
52
# If file has changed, push it to repo
53
if [[ ! -z $modules_api_is_different ]]; then
54
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]"
+ git config user.email "177626021+redisdocsapp[bot]@users.noreply.github.com"
+ git config user.name "redisdocsapp[bot]"
57
git commit -m "Update modules-api-ref.md for release ${RELEASE}"
58
git push origin main
59
fi
0 commit comments