File tree Expand file tree Collapse file tree 2 files changed +0
-11
lines changed
Expand file tree Collapse file tree 2 files changed +0
-11
lines changed Original file line number Diff line number Diff line change 2525 - name : Checkout repo
2626 uses : actions/checkout@v4
2727
28- - name : Initialize environment
29- uses : PSModule/Initialize-PSModule@v1
30-
3128 - name : Action-Test
3229 uses : ./
3330 with :
4239 - name : Checkout repo
4340 uses : actions/checkout@v4
4441
45- - name : Initialize environment
46- uses : PSModule/Initialize-PSModule@v1
47-
4842 - name : Action-Test
4943 uses : ./
5044 with :
5953 - name : Checkout repo
6054 uses : actions/checkout@v4
6155
62- - name : Initialize environment
63- uses : PSModule/Initialize-PSModule@v1
64-
6556 - name : Action-Test
6657 uses : ./
6758 with :
Original file line number Diff line number Diff line change 55[CmdletBinding ()]
66param ()
77
8- # Requires -Modules Utilities
9-
108$path = (Join-Path - Path $PSScriptRoot - ChildPath ' helpers' ) | Get-Item | Resolve-Path - Relative
119LogGroup " Loading helper scripts from [$path ]" {
1210 Get-ChildItem - Path $path - Filter ' *.ps1' - Recurse | Resolve-Path - Relative | ForEach-Object {
You can’t perform that action at this time.
0 commit comments