only parents
This commit is contained in:
Родитель
847048cc70
Коммит
ab1a9b9cdf
|
@ -52,8 +52,8 @@ jobs:
|
|||
. (Join-Path $env:GITHUB_WORKSPACE 'scripts' 'Publish-ModuleToBicepRegistry.ps1')
|
||||
|
||||
$ModulesPath = Join-Path $env:GITHUB_WORKSPACE "${{ env.modulesPath }}"
|
||||
# Get-ParentModules $ModulesPath -Verbose
|
||||
Get-ChildItem $ModulesPath -Recurse -Depth 3 | select FullName
|
||||
Get-ParentModules $ModulesPath -Verbose
|
||||
# Get-ChildItem $ModulesPath -Recurse -Depth 3 | select FullName
|
||||
|
||||
- name: Azure Login
|
||||
if: github.event.inputs.publish == 'true'
|
||||
|
|
Загрузка…
Ссылка в новой задаче