Skip to content

Commit 844984a

Browse files
authored
fix: typo (#137)
1 parent d71c5ea commit 844984a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/initialize/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ runs:
77
run: |
88
git config --global core.autocrlf false
99
git config --global core.eol lf
10-
git config --global user.email "actions@gihub.com"
10+
git config --global user.email "actions@github.com"
1111
git config --global user.name "gh-actions"
1212
shell: bash

0 commit comments

Comments
 (0)