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 d71c5ea commit 844984aCopy full SHA for 844984a
.github/actions/initialize/action.yml
@@ -7,6 +7,6 @@ runs:
7
run: |
8
git config --global core.autocrlf false
9
git config --global core.eol lf
10
- git config --global user.email "actions@gihub.com"
+ git config --global user.email "actions@github.com"
11
git config --global user.name "gh-actions"
12
shell: bash
0 commit comments