ci,vc: use the full V repo commit hash, when generating vlang/vc commit messages

This commit is contained in:
Delyan Angelov 2025-03-14 09:17:48 +02:00
parent a826febf5e
commit d6ac5b5caf
No known key found for this signature in database
GPG key ID: 66886C0F12D595ED

View file

@ -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