Skip to content

Commit b5e2b2f

Browse files
committed
test again
1 parent d9e648e commit b5e2b2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/generate_code_snippets.yaml

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

2828
- name: Commit changes
2929
run: |
30-
git config --global user.name "Kernel Docs Bot"
31-
git config --global user.email "kernel@onkernel.com"
30+
git config --global user.name "github-actions[bot]"
31+
git config --global user.email "github-actions[bot]@users.noreply.github.com"
3232
git add .
3333
git commit -m "docs: update code samples from OpenAPI" || echo "No changes"
3434
git push origin "HEAD:${{ github.ref }}"

0 commit comments

Comments
 (0)