hash full length

This commit is contained in:
Jindra Petřík
2026-02-07 19:16:35 +01:00
parent 0cf59d4fbd
commit aa74e57056

View File

@@ -69,7 +69,7 @@ jobs:
$isTag = $ref.StartsWith("refs/tags/")
$isDev = ($ref -eq "refs/heads/dev")
$H = (git rev-parse --short=12 HEAD).Trim()
$H = (git rev-parse HEAD).Trim()
function Set-Var([string]$name, [string]$value) {
# For later steps in the SAME job