Skip to content

Commit 2d7230a

Browse files
authored
--global to --local
1 parent 324d492 commit 2d7230a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/files-changed.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ jobs:
6464
- name: Commit and push changes
6565
run: |
6666
ls -la
67-
git config --global user.name 'github-actions[bot]'
68-
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
67+
git config --local user.name 'github-actions[bot]'
68+
git config --local user.email 'github-actions[bot]@users.noreply.github.com'
6969
git add README.md
7070
git commit -m 'Auto update README.md'
7171
git push

0 commit comments

Comments
 (0)