File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -438,7 +438,7 @@ jobs:
438
438
439
439
# LogGroup 'Data' {
440
440
# $moduleName = [string]::IsNullOrEmpty('${{ inputs.Name }}') ? $env:GITHUB_REPOSITORY_NAME : '${{ inputs.Name }}'
441
- # $path = Join-Path -Path $env:GITHUB_WORKSPACE -ChildPath "${{ inputs.ModulesOutputPath }}\ $moduleName"
441
+ # $path = Join-Path -Path $env:GITHUB_WORKSPACE -ChildPath "${{ inputs.ModulesOutputPath }}/ $moduleName"
442
442
# $moduleManifestPath = Join-Path -Path $Path -ChildPath "$moduleName.psd1"
443
443
444
444
# $data = [pscustomobject]@{
Original file line number Diff line number Diff line change @@ -280,7 +280,7 @@ jobs:
280
280
281
281
# LogGroup 'Data' {
282
282
# $moduleName = [string]::IsNullOrEmpty('${{ inputs.Name }}') ? $env:GITHUB_REPOSITORY_NAME : '${{ inputs.Name }}'
283
- # $path = Join-Path -Path $env:GITHUB_WORKSPACE -ChildPath "${{ inputs.ModulesOutputPath }}\ $moduleName"
283
+ # $path = Join-Path -Path $env:GITHUB_WORKSPACE -ChildPath "${{ inputs.ModulesOutputPath }}/ $moduleName"
284
284
# $moduleManifestPath = Join-Path -Path $Path -ChildPath "$moduleName.psd1"
285
285
286
286
# # Obay module manifest overrides
You can’t perform that action at this time.
0 commit comments