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:22:40 +02:00 committed by GitHub
parent 6d2d51a9cd
commit 1abc20e3e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ jobs:
COMMIT_MSG=$(git log -1 --oneline --pretty='%s' HEAD)
rm -rf vc
git clone https://${GITHUB_ACTOR}:${{ secrets.VLANG_BOT_SECRET }}@github.com/vlang/vc.git
git clone https://vlang-bot:${{ secrets.VLANG_BOT_SECRET }}@github.com/vlang/vc.git
rm -rf vc/v.c vc/v_win.c