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 56a4ba8 commit 4294759Copy full SHA for 4294759
.github/workflows/update-plugin-docs.yml
@@ -32,8 +32,8 @@ jobs:
32
33
- name: Commit and push changes
34
run: |
35
- git config --global user.name "github-actions[bot]"
36
- git config --global user.email "github-actions[bot]@users.noreply.github.com"
+ git config user.name "github-actions[bot]"
+ git config user.email "github-actions[bot]@users.noreply.github.com"
37
git add docs/PLUGIN_DOC.md
38
git diff --staged --quiet || git commit -m "docs: Update plugin documentation [automated]"
39
git push
0 commit comments