Skip to content

Commit

Permalink
indent(script): after run keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
autocloudarc committed Feb 29, 2024
1 parent 15c72a7 commit 2870db0
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 $GITHUB_WORKSPACE/ps-scripts/demo-powershellScript.ps1
$GITHUB_WORKSPACE/ps-scripts/demo-powershellScript.ps1
shell: pwsh

- name: 'Test Deployment'
Expand Down

0 comments on commit 2870db0

Please sign in to comment.