Skip to content

Commit 9c9f3bb

Browse files
committed
Configure git user for notes-github-pr
1 parent 4da1fa3 commit 9c9f3bb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/check_misc.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ jobs:
6868
GITHUB_OLD_SHA: ${{ github.event.before }}
6969
GITHUB_NEW_SHA: ${{ github.event.after }}
7070
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
71+
GIT_AUTHOR_NAME: git
72+
GIT_COMMITTER_NAME: git
73+
7174
if: ${{ github.repository == 'ruby/ruby' && github.ref == 'refs/heads/master' && github.event_name == 'push' }}
7275

7376
- name: Check if C-sources are US-ASCII

0 commit comments

Comments
 (0)