Skip to content

Commit

Permalink
Adjust paths
Browse files Browse the repository at this point in the history
  • Loading branch information
rasmusbuchholdt committed Aug 18, 2021
1 parent 93ff5ee commit ba10f99
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ runs:
- name: Stop Application Pool
shell: pwsh
run: >
.\Scripts\Set-ApplicationPool.ps1
${{ github.action_path }}/Scripts/Set-ApplicationPool.ps1
StopAppPool
${{ inputs.website-name }}
${{ inputs.server-computer-name }}
Expand All @@ -40,7 +40,7 @@ runs:
- name: Deploy Application
shell: pwsh
run: >
.\Scripts\Deploy-ApplicationPackage.ps1
${{ github.action_path }}/Scripts/Deploy-ApplicationPackage.ps1
${{ inputs.source-path }}
${{ inputs.target-path }}
${{ inputs.website-name }}
Expand All @@ -51,7 +51,7 @@ runs:
- name: Start Application Pool
shell: pwsh
run: >
.\Scripts\Set-ApplicationPool.ps1
${{ github.action_path }}/Scripts/Set-ApplicationPool.ps1
StartAppPool
${{ inputs.website-name }}
${{ inputs.server-computer-name }}
Expand Down

0 comments on commit ba10f99

Please sign in to comment.