Skip to content

Commit 750bfc3

Browse files
chore: Updating operator committing and pushing changes (#661)
# Motivation <!-- Why is this change necessary? --> # Content <!-- Please include a summary of the change --> # Testing <!-- How was the change tested? --> # Please check the following before marking your PR as ready for review - [ ] I have added tests for my changes - [ ] I have updated the documentation or added new documentation as needed
1 parent a87d17d commit 750bfc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/generate-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525

2626
- name: Commit changes
2727
run: |
28-
git config --local user.email "github-actions[bot]@users.noreply.github.com"
29-
git config --local user.name "github-actions[bot]"
28+
git config --local user.email ${{ secrets.DOCS_USER_EMAIL }}
29+
git config --local user.name ${{ secrets.DOCS_USER_NAME }}
3030
git add docs/
3131
git diff --staged --quiet || git commit -m "docs: updated API reference"
3232

0 commit comments

Comments
 (0)