Skip to content

Commit d6ac5b5

Browse files
committed
ci,vc: use the full V repo commit hash, when generating vlang/vc commit messages
1 parent a826feb commit d6ac5b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gen_vc_ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
git config --global user.email "vlang-bot@users.noreply.github.com"
4040
git config --global user.name "vlang-bot"
4141
42-
COMMIT_HASH=$(git rev-parse --short HEAD)
42+
COMMIT_HASH=$(git rev-parse HEAD)
4343
COMMIT_MSG=$(git log -1 --oneline --pretty='%s' HEAD)
4444
4545
rm -rf vc

0 commit comments

Comments
 (0)