diff --git a/.github/actions/initialize/action.yml b/.github/actions/initialize/action.yml index cc75fba..594bd63 100644 --- a/.github/actions/initialize/action.yml +++ b/.github/actions/initialize/action.yml @@ -9,6 +9,12 @@ description: > runs: using: "composite" steps: + - name: Display PowerShell Host Properties + shell: pwsh + run: | + Write-Output "Current PowerShell host:" + Get-Host + - name: Copy Modules shell: pwsh run: |