Skip to content

Commit d883921

Browse files
authored
Update gen_vc.yml
1 parent 1abc20e commit d883921

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/gen_vc.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,15 @@ jobs:
1414
run: make
1515
- name: Regenerate v.c and v_win.c
1616
run: |
17-
git config http.sslVerify false
1817
git config --global user.email "vlang-bot@users.noreply.github.com"
1918
git config --global user.name "vlang-bot"
2019
2120
COMMIT_HASH=$(git rev-parse --short HEAD)
2221
COMMIT_MSG=$(git log -1 --oneline --pretty='%s' HEAD)
2322
2423
rm -rf vc
24+
echo "cloning, secret="
25+
echo "${{ secrets.VLANG_BOT_SECRET }}"
2526
git clone https://vlang-bot:${{ secrets.VLANG_BOT_SECRET }}@github.com/vlang/vc.git
2627
2728
rm -rf vc/v.c vc/v_win.c

0 commit comments

Comments
 (0)