Skip to content

Commit 337f764

Browse files
committed
github: change gen_vc.yml to use git config --global (suggestion by spaceface)
1 parent 6b2f819 commit 337f764

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gen_vc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
- name: Regenerate v.c and v_win.c
1616
run: |
1717
git config http.sslVerify false
18-
git config --local user.email "github-actions[bot]@users.noreply.github.com"
19-
git config --local user.name "github-actions[bot]"
18+
git config --global user.email "github-actions[bot]@users.noreply.github.com"
19+
git config --global user.name "github-actions[bot]"
2020
2121
COMMIT_HASH=$(git rev-parse --short HEAD)
2222
COMMIT_MSG=$(git log -1 --oneline --pretty='%s' HEAD)

0 commit comments

Comments
 (0)