Skip to content

Commit 157b12d

Browse files
fix: update shell type from pwsh to powershell in deployment workflow
1 parent a554143 commit 157b12d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-prd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- uses: actions/checkout@v4
2727

2828
- name: Run certificate rotation
29-
shell: pwsh
29+
shell: powershell
3030
run: |
3131
Write-Host "Running on $($env:COMPUTERNAME)"
3232
.\rotate-iis-certificates.ps1 -cloudflareApiKey "${{ secrets.CLOUDFLARE_API_KEY }}"

0 commit comments

Comments
 (0)