Skip to content

Commit

Permalink
Fixed indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
DCMattyG committed Aug 21, 2023
1 parent 151a4aa commit a14c6fb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/azure-ipam-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,10 @@ jobs:
needs: [ deploy, sleep ]
steps:
- name: "Azure Login"
uses: azure/login@v1
with:
creds: ${{ secrets.AZURE_CREDENTIALS }}
enable-AzPSSession: true
uses: azure/login@v1
with:
creds: ${{ secrets.AZURE_CREDENTIALS }}
enable-AzPSSession: true

- name : "Cleanup Azure IPAM Deployment"
shell: pwsh
Expand Down

0 comments on commit a14c6fb

Please sign in to comment.