This commit is contained in:
Sebastian Graef 2022-09-22 17:58:42 +10:00
Родитель 847048cc70
Коммит ab1a9b9cdf
1 изменённых файлов: 2 добавлений и 2 удалений

4
.github/workflows/publish.yml поставляемый
Просмотреть файл

@ -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'