Skip to content

Commit

Permalink
Merge pull request #35 from Lombiq/issue/OSOE-792
Browse files Browse the repository at this point in the history
OSOE-792: Adding init info log for powershell
  • Loading branch information
BenedekFarkas authored Feb 7, 2024
2 parents 893a0e1 + 147780e commit 2dc35d1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/actions/initialize/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 2dc35d1

Please sign in to comment.