Skip to content

Commit 4294759

Browse files
committed
removed --global
1 parent 56a4ba8 commit 4294759

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update-plugin-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
3333
- name: Commit and push changes
3434
run: |
35-
git config --global user.name "github-actions[bot]"
36-
git config --global user.email "github-actions[bot]@users.noreply.github.com"
35+
git config user.name "github-actions[bot]"
36+
git config user.email "github-actions[bot]@users.noreply.github.com"
3737
git add docs/PLUGIN_DOC.md
3838
git diff --staged --quiet || git commit -m "docs: Update plugin documentation [automated]"
3939
git push

0 commit comments

Comments
 (0)