Skip to content

Commit

Permalink
Update Actions/Sign/Sign.psm1
Browse files Browse the repository at this point in the history
Co-authored-by: Maria Zhelezova <[email protected]>
  • Loading branch information
freddydk and mazhelez authored Jun 6, 2024
1 parent d14a6b1 commit 94c56b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Actions/Sign/Sign.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ function Invoke-SigningTool() {
$FilesToSign
}
else {
Write-Host "Using managed identity"
Write-Host "Invoking signing tool using managed identity"
. $signingToolExe code azure-key-vault `
--azure-key-vault-url "https://$KeyVaultName.vault.azure.net/" `
--azure-key-vault-certificate $CertificateName `
Expand Down

0 comments on commit 94c56b2

Please sign in to comment.