Skip to content

Commit

Permalink
try with valid json secret
Browse files Browse the repository at this point in the history
  • Loading branch information
neilmca-inc committed Aug 27, 2024
1 parent 86f45fa commit 707d7c1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/azure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
az group show --name "rg-sbx-neilm-02"
# You can write your Azure CLI inline scripts here.
#- name: Azure PowerShell action
# uses: azure/powershell@v2
# with:
# azPSVersion: latest
# inlineScript: |
# Get-AzResourceGroup -Name "rg-sbx-neilm-02"
- name: Azure PowerShell action
uses: azure/powershell@v2
with:
azPSVersion: latest
inlineScript: |
Get-AzResourceGroup -Name "rg-sbx-neilm-02"
# You can write your Azure PowerShell inline scripts here

0 comments on commit 707d7c1

Please sign in to comment.