Skip to content

Commit

Permalink
Trying forward slash to execute script
Browse files Browse the repository at this point in the history
  • Loading branch information
DCMattyG committed Aug 19, 2023
1 parent b4115b0 commit 28a6817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/azure-ipam-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
working-directory: "deploy"
id: "pwshScript"
shell: pwsh
run: .\deploy.ps1 -Location "westus3" -UIAppName $Env:IPAM_UI_ID -EngineAppName $Env:IPAM_ENGINE_ID
run: ./deploy.ps1 -Location "westus3" -UIAppName $Env:IPAM_UI_ID -EngineAppName $Env:IPAM_ENGINE_ID

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

0 comments on commit 28a6817

Please sign in to comment.