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 1abc20e commit d883921Copy full SHA for d883921
.github/workflows/gen_vc.yml
@@ -14,14 +14,15 @@ jobs:
14
run: make
15
- name: Regenerate v.c and v_win.c
16
run: |
17
- git config http.sslVerify false
18
git config --global user.email "vlang-bot@users.noreply.github.com"
19
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
+ echo "cloning, secret="
25
+ echo "${{ secrets.VLANG_BOT_SECRET }}"
26
git clone https://vlang-bot:${{ secrets.VLANG_BOT_SECRET }}@github.com/vlang/vc.git
27
28
rm -rf vc/v.c vc/v_win.c
0 commit comments