Update gen_vc.yml

pull/9304/head
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
1 changed files with 2 additions and 1 deletions

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