Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayanmullick committed Apr 8, 2024
1 parent c7b0c35 commit a2ecb94
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/VarReuseInJobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ jobs:
uses: azure/powershell@v2
with:
inlineScript: |
./GHActionTest/FuncVar.ps1
$RG = Get-AzResourceGroup -Name GitHubAction24
$rgName = $RG.ResourceGroupName
Write-Output "rg_name=$rgName" | Out-File -FilePath $Env:GITHUB_OUTPUT -Encoding utf8 -Append
azPSVersion: 'latest'

use_resource_group:
Expand Down

0 comments on commit a2ecb94

Please sign in to comment.