Skip to content

Commit d9e648e

Browse files
committed
test
1 parent 67df9c1 commit d9e648e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/generate_code_snippets.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +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 "[email protected]"
3032
git add .
3133
git commit -m "docs: update code samples from OpenAPI" || echo "No changes"
3234
git push origin "HEAD:${{ github.ref }}"

0 commit comments

Comments
 (0)