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 b89f664 commit 851bc8c
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
@@ -1,4 +1,4 @@
name: FuncVarReuseInJobs
name: VarReuseInJobs
on: [workflow_dispatch]
jobs:
set_resource_group:
Expand All @@ -20,6 +20,7 @@ jobs:
$rgName = $RG.ResourceGroupName
$rgName
Write-Output "rg_name=$rgName" >> $Env:GITHUB_OUTPUT
echo "::set-output name=rg_name::$rgName"
azPSVersion: 'latest'

use_resource_group:
Expand Down

0 comments on commit 851bc8c

Please sign in to comment.