mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
github: change gen_vc.yml to use git config --global
(suggestion by spaceface)
This commit is contained in:
parent
6b2f8196ac
commit
337f764367
4
.github/workflows/gen_vc.yml
vendored
4
.github/workflows/gen_vc.yml
vendored
@ -15,8 +15,8 @@ jobs:
|
||||
- name: Regenerate v.c and v_win.c
|
||||
run: |
|
||||
git config http.sslVerify false
|
||||
git config --local user.email "github-actions[bot]@users.noreply.github.com"
|
||||
git config --local user.name "github-actions[bot]"
|
||||
git config --global user.email "github-actions[bot]@users.noreply.github.com"
|
||||
git config --global user.name "github-actions[bot]"
|
||||
|
||||
COMMIT_HASH=$(git rev-parse --short HEAD)
|
||||
COMMIT_MSG=$(git log -1 --oneline --pretty='%s' HEAD)
|
||||
|
Loading…
Reference in New Issue
Block a user