mirror of
https://github.com/vlang/v.git
synced 2025-09-13 22:42:26 +03:00
ci,vc: use the full V repo commit hash, when generating vlang/vc commit messages
This commit is contained in:
parent
a826febf5e
commit
d6ac5b5caf
1 changed files with 1 additions and 1 deletions
2
.github/workflows/gen_vc_ci.yml
vendored
2
.github/workflows/gen_vc_ci.yml
vendored
|
@ -39,7 +39,7 @@ jobs:
|
|||
git config --global user.email "vlang-bot@users.noreply.github.com"
|
||||
git config --global user.name "vlang-bot"
|
||||
|
||||
COMMIT_HASH=$(git rev-parse --short HEAD)
|
||||
COMMIT_HASH=$(git rev-parse HEAD)
|
||||
COMMIT_MSG=$(git log -1 --oneline --pretty='%s' HEAD)
|
||||
|
||||
rm -rf vc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue