Skip to content

Commit

Permalink
ps(script): update path
Browse files Browse the repository at this point in the history
  • Loading branch information
autocloudarc committed Feb 29, 2024
1 parent 2870db0 commit 3d521ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-az-resources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ jobs:

- name: execute-pwsh-script
run: |
chmod +x $GITHUB_WORKSPACE/ps-scripts/demo-powershellScript.ps1
$GITHUB_WORKSPACE/ps-scripts/demo-powershellScript.ps1
chmod +x ./ps-scripts/demo-powershellScript.ps1
./ps-scripts/demo-powershellScript.ps1
shell: pwsh

- name: 'Test Deployment'
Expand Down

0 comments on commit 3d521ea

Please sign in to comment.