diff --git a/.github/workflows/e2e-windows.yml b/.github/workflows/e2e-windows.yml index 67adb2963..2e291fd7d 100644 --- a/.github/workflows/e2e-windows.yml +++ b/.github/workflows/e2e-windows.yml @@ -85,7 +85,7 @@ jobs: run: | $uid = Get-Random -Minimum 1000 -Maximum 9999 $rgName = "e2e-win-${{ github.run_id }}-${{ github.run_attempt }}-$uid" - Write-Output "rgName=$($rgName)" >> $Env::GITHUB_OUTPUT + "rgName=$($rgName)" | Out-File -FilePath $env:GITHUB_OUTPUT -Append .\constellation.exe config generate azure -t "workflow=${{ github.run_id }}" .\constellation.exe iam create azure --region=westus --resourceGroup=$rgName-rg --servicePrincipal=$rgName-sp --update-config --debug -y