Skip to content

Commit

Permalink
add missing variable indicator
Browse files Browse the repository at this point in the history
  • Loading branch information
james-garriss committed Aug 2, 2024
1 parent 3992ab1 commit fe1b3a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_sign_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ jobs:
$FileListFileName = New-FileList `
-ArrayOfFilePaths $ArrayOfFilePaths
Write-Output "Calling AzureSignTool function to sign scripts, manifest, and modules..."
AzureKeyVaultUrl = '${{ steps.key-vault-info.outputs.KeyVaultUrl }}'
CertificateName = '${{ steps.key-vault-info.outputs.KeyVaultCertificateName }}'
$AzureKeyVaultUrl = '${{ steps.key-vault-info.outputs.KeyVaultUrl }}'
$CertificateName = '${{ steps.key-vault-info.outputs.KeyVaultCertificateName }}'
Use-AzureSignTool `
-AzureKeyVaultUrl $AzureKeyVaultUrl `
-CertificateName $CertificateName `
Expand Down

0 comments on commit fe1b3a1

Please sign in to comment.