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 d0662e8 commit 2bf3ee5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/VarReuseInJobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ jobs:
uses: azure/powershell@v2
with:
inlineScript: |
$RG = Get-AzResourceGroup -Name GitHubAction24
$RG = Get-AzResourceGroup -Name GitHubAction24 -Verbose
$rgName = $RG.ResourceGroupName
$rgName
Write-Output "rg_name=$rgName" >> $Env:GITHUB_OUTPUT
azPSVersion: 'latest'

Expand Down

0 comments on commit 2bf3ee5

Please sign in to comment.