We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 324d492 commit 2d7230aCopy full SHA for 2d7230a
.github/workflows/files-changed.yml
@@ -64,8 +64,8 @@ jobs:
64
- name: Commit and push changes
65
run: |
66
ls -la
67
- git config --global user.name 'github-actions[bot]'
68
- git config --global user.email 'github-actions[bot]@users.noreply.github.com'
+ git config --local user.name 'github-actions[bot]'
+ git config --local user.email 'github-actions[bot]@users.noreply.github.com'
69
git add README.md
70
git commit -m 'Auto update README.md'
71
git push
0 commit comments