Skip to content

Commit f500cd1

Browse files
committed
woah
1 parent 1600cd6 commit f500cd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,8 +284,8 @@ jobs:
284284

285285
- name: Setup git config
286286
run: |
287-
git config user.name "GitHub Actions Bot"
288-
git config user.email "<>"
287+
git config --global user.name "GitHub Actions Bot"
288+
git config --global user.email "<>"
289289
290290
# publish windows
291291

0 commit comments

Comments
 (0)