Skip to content

Commit

Permalink
add link for bot configuration discussion
Browse files Browse the repository at this point in the history
  • Loading branch information
virajbhartiya committed Nov 18, 2024
1 parent 938f8b5 commit 4e5a8c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check-and-gen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ jobs:
- name: Commit and push if documentation changed
run: |
if [ -n "$(git status --porcelain)" ]; then
# Bot email is configured from: https://github.com/orgs/community/discussions/26560
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
git add .
Expand Down

0 comments on commit 4e5a8c6

Please sign in to comment.