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