Skip to content

Commit a06a769

Browse files
Fix casing
1 parent d2d1d2f commit a06a769

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Build
3232
run: |
3333
git config --global user.email "webdevnerdstuff@gmail.com"
34-
git config --global user.name "WebDevNerdStuff"
34+
git config --global user.name "webdevnerdstuff"
3535
mkdir docs
3636
npm install --g gh-pages
3737
npm i

0 commit comments

Comments
 (0)