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.
1 parent 018a88c commit 6d2d51aCopy full SHA for 6d2d51a
.github/workflows/gen_vc.yml
@@ -15,14 +15,14 @@ jobs:
15
- name: Regenerate v.c and v_win.c
16
run: |
17
git config http.sslVerify false
18
- git config --global user.email "github-actions[bot]@users.noreply.github.com"
19
- git config --global user.name "github-actions[bot]"
+ git config --global user.email "vlang-bot@users.noreply.github.com"
+ git config --global user.name "vlang-bot"
20
21
COMMIT_HASH=$(git rev-parse --short HEAD)
22
COMMIT_MSG=$(git log -1 --oneline --pretty='%s' HEAD)
23
24
rm -rf vc
25
- git clone https://${GITHUB_ACTOR}:${{ secrets.GITHUB_TOKEN }}@github.com/vlang/vc.git
+ git clone https://${GITHUB_ACTOR}:${{ secrets.VLANG_BOT_SECRET }}@github.com/vlang/vc.git
26
27
rm -rf vc/v.c vc/v_win.c
28
0 commit comments