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 d9e648e commit b5e2b2fCopy full SHA for b5e2b2f
.github/workflows/generate_code_snippets.yaml
@@ -27,8 +27,8 @@ jobs:
27
28
- name: Commit changes
29
run: |
30
- git config --global user.name "Kernel Docs Bot"
31
- git config --global user.email "kernel@onkernel.com"
+ git config --global user.name "github-actions[bot]"
+ git config --global user.email "github-actions[bot]@users.noreply.github.com"
32
git add .
33
git commit -m "docs: update code samples from OpenAPI" || echo "No changes"
34
git push origin "HEAD:${{ github.ref }}"
0 commit comments