Skip to content

Commit

Permalink
Add PowerShell shell environment to CD
Browse files Browse the repository at this point in the history
💀
  • Loading branch information
Lamparter authored Nov 17, 2024
1 parent 5d2f29f commit 8012f7f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ jobs:
deploy:
name: Deploy
runs-on: self-hosted
defaults:
run:
shell: pwsh
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit 8012f7f

Please sign in to comment.