Fix vendor workflow failure when exporting empty GitHub env vars

This commit is contained in:
David Refoua
2026-06-14 14:59:39 +03:30
committed by GitHub

View File

@@ -74,6 +74,7 @@ function Set-GHVariable {
[Parameter(Mandatory = $true)]
[string]$Name,
[Parameter(Mandatory = $true)]
[AllowEmptyString()]
[string]$Value
)