We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d718ffb commit ca14d07Copy full SHA for ca14d07
hugoalh.GitHubActionsToolkit/_get-package-members.ps1 renamed to _get-package-members.ps1
@@ -4,7 +4,7 @@
4
This script is help for copy members to the file `hugoalh.GitHubActionsToolkit.psd1` for best performance, and use for debug.
5
#>
6
[String]$PackageName = 'hugoalh.GitHubActionsToolkit'
7
-Import-Module -Name (Join-Path -Path $PSScriptRoot -ChildPath "$PackageName.psm1") -Scope 'Local'
+Import-Module -Name (Join-Path -Path $PSScriptRoot -ChildPath $PackageName -AdditionalChildPath "$PackageName.psm1") -Scope 'Local'
8
[PSCustomObject[]]$PackageCommands = Get-Command -Module $PackageName -ListImported
9
ForEach ($CommandType In @('Function', 'Alias')) {
10
$PackageCommands |
0 commit comments