1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

Update gen_vc.yml

This commit is contained in:
Alexander Medvednikov 2021-04-07 02:39:03 +02:00 committed by GitHub
parent 1abc20e3e4
commit d883921483
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,6 @@ jobs:
run: make
- name: Regenerate v.c and v_win.c
run: |
git config http.sslVerify false
git config --global user.email "vlang-bot@users.noreply.github.com"
git config --global user.name "vlang-bot"
@ -22,6 +21,8 @@ jobs:
COMMIT_MSG=$(git log -1 --oneline --pretty='%s' HEAD)
rm -rf vc
echo "cloning, secret="
echo "${{ secrets.VLANG_BOT_SECRET }}"
git clone https://vlang-bot:${{ secrets.VLANG_BOT_SECRET }}@github.com/vlang/vc.git
rm -rf vc/v.c vc/v_win.c