We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
git config --global
1 parent 6b2f819 commit 337f764Copy full SHA for 337f764
.github/workflows/gen_vc.yml
@@ -15,8 +15,8 @@ jobs:
15
- name: Regenerate v.c and v_win.c
16
run: |
17
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]"
+ git config --global user.email "github-actions[bot]@users.noreply.github.com"
+ git config --global user.name "github-actions[bot]"
20
21
COMMIT_HASH=$(git rev-parse --short HEAD)
22
COMMIT_MSG=$(git log -1 --oneline --pretty='%s' HEAD)
0 commit comments