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:
parent
018a88c3ce
commit
6d2d51a9cd
6
.github/workflows/gen_vc.yml
vendored
6
.github/workflows/gen_vc.yml
vendored
@ -15,14 +15,14 @@ jobs:
|
|||||||
- name: Regenerate v.c and v_win.c
|
- name: Regenerate v.c and v_win.c
|
||||||
run: |
|
run: |
|
||||||
git config http.sslVerify false
|
git config http.sslVerify false
|
||||||
git config --global user.email "github-actions[bot]@users.noreply.github.com"
|
git config --global user.email "vlang-bot@users.noreply.github.com"
|
||||||
git config --global user.name "github-actions[bot]"
|
git config --global user.name "vlang-bot"
|
||||||
|
|
||||||
COMMIT_HASH=$(git rev-parse --short HEAD)
|
COMMIT_HASH=$(git rev-parse --short HEAD)
|
||||||
COMMIT_MSG=$(git log -1 --oneline --pretty='%s' HEAD)
|
COMMIT_MSG=$(git log -1 --oneline --pretty='%s' HEAD)
|
||||||
|
|
||||||
rm -rf vc
|
rm -rf vc
|
||||||
git clone https://${GITHUB_ACTOR}:${{ secrets.GITHUB_TOKEN }}@github.com/vlang/vc.git
|
git clone https://${GITHUB_ACTOR}:${{ secrets.VLANG_BOT_SECRET }}@github.com/vlang/vc.git
|
||||||
|
|
||||||
rm -rf vc/v.c vc/v_win.c
|
rm -rf vc/v.c vc/v_win.c
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user