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 4da1fa3 commit 9c9f3bbCopy full SHA for 9c9f3bb
.github/workflows/check_misc.yml
@@ -68,6 +68,9 @@ jobs:
68
GITHUB_OLD_SHA: ${{ github.event.before }}
69
GITHUB_NEW_SHA: ${{ github.event.after }}
70
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
71
+ GIT_AUTHOR_NAME: git
72
+ GIT_COMMITTER_NAME: git
73
+ EMAIL: [email protected]
74
if: ${{ github.repository == 'ruby/ruby' && github.ref == 'refs/heads/master' && github.event_name == 'push' }}
75
76
- name: Check if C-sources are US-ASCII
0 commit comments