Skip to content

Commit

Permalink
Trying powershell action
Browse files Browse the repository at this point in the history
  • Loading branch information
DCMattyG committed Aug 20, 2023
1 parent 8a80d2f commit 0f20370
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/azure-ipam-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,12 @@ jobs:
uses: actions/checkout@v3

- name: Deploy Azure IPAM
uses: azure/powershell@v1
working-directory: "deploy"
id: "pwshScript"
shell: pwsh
run: ./deploy.ps1 -Location "westus3" -UIAppName $Env:IPAM_UI_ID -EngineAppName $Env:IPAM_ENGINE_ID
with:
inlineScript: ./deploy.ps1 -Location "westus3" -UIAppName $Env:IPAM_UI_ID -EngineAppName $Env:IPAM_ENGINE_ID
azPSVersion: "latest"

- name: "Output PowerShell Value 'ipamSuffix'"
run: echo "${{ steps.pwshScript.outputs.ipamSuffix }}"
Expand Down

0 comments on commit 0f20370

Please sign in to comment.