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 a2ecb94 commit d0662e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/AzPS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: azure/login@v2
with:
creds: ${{secrets.AZURE_CREDENTIALS}}
enable-AzPSSession: true
enable-AzPSSession: true #Without session login isn't shared across steps

- name: Run Azure PowerShell Script File
uses: azure/powershell@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/VarReuseInJobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
inlineScript: |
$RG = Get-AzResourceGroup -Name GitHubAction24
$rgName = $RG.ResourceGroupName
Write-Output "rg_name=$rgName" | Out-File -FilePath $Env:GITHUB_OUTPUT -Encoding utf8 -Append
Write-Output "rg_name=$rgName" >> $Env:GITHUB_OUTPUT
azPSVersion: 'latest'

use_resource_group:
Expand Down

0 comments on commit d0662e8

Please sign in to comment.