Skip to content

Add PowerShell support#46

Merged
deathaxe merged 1 commit into
masterfrom
feat/ghaction-pwsh-steps
May 28, 2026
Merged

Add PowerShell support#46
deathaxe merged 1 commit into
masterfrom
feat/ghaction-pwsh-steps

Conversation

@deathaxe
Copy link
Copy Markdown
Member

This PR adds support for powershell scripts in Github Action steps.

Example:

    - name "Powershell Step" 
      shell: pwsh
      run: |
         Write-Output "Highlighted with Powershell syntax"

Note: requires PowerShell v5.1.1+ (ST4107 - 4200) or v6.2.1+ (ST4205+).

This commit adds support for powershell scripts in Github Action steps.

Example:

    - name "Powershell Step"
      shell: pwsh
      run: |
        Write-Output "Highlighted with Powershell syntax"
@deathaxe deathaxe merged commit a68f858 into master May 28, 2026
4 checks passed
@deathaxe deathaxe deleted the feat/ghaction-pwsh-steps branch May 28, 2026 19:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants