Path issue calling powershell.ps1 #150 (#151)

This commit is contained in:
Bernie White 2022-03-24 23:09:55 +10:00 коммит произвёл GitHub
Родитель fddc7647a1
Коммит b6b9a886f0
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -76,4 +76,4 @@ runs:
shell: pwsh
working-directory: ${{ github.workspace }}
run: |-
${{ github.action_path }}powershell.ps1 -InputType '${{ inputs.inputType }}' -InputPath '${{ inputs.inputPath }}' -Modules '${{ inputs.modules }}' -Source '${{ inputs.source }}' -Baseline '${{ inputs.baseline }}' -Conventions '${{ inputs.conventions }}' -OutputFormat '${{ inputs.outputFormat }}' -OutputPath '${{ inputs.outputPath }}' -Path '${{ inputs.path }}' -PreRelease '${{ inputs.prerelease }}' -Repository '${{ inputs.repository }}' -Version '${{ inputs.version }}'
${{ github.action_path }}/powershell.ps1 -InputType '${{ inputs.inputType }}' -InputPath '${{ inputs.inputPath }}' -Modules '${{ inputs.modules }}' -Source '${{ inputs.source }}' -Baseline '${{ inputs.baseline }}' -Conventions '${{ inputs.conventions }}' -OutputFormat '${{ inputs.outputFormat }}' -OutputPath '${{ inputs.outputPath }}' -Path '${{ inputs.path }}' -PreRelease '${{ inputs.prerelease }}' -Repository '${{ inputs.repository }}' -Version '${{ inputs.version }}'

Просмотреть файл

@ -28,6 +28,7 @@ What's changed since v1.12.0:
- See the [change log](https://microsoft.github.io/PSRule/latest/CHANGELOG-v1/#v1111)
- Bug fixes:
- Fixed import of pre-release version. [#138](https://github.com/microsoft/ps-rule/issues/138)
- Fixed path issue for running out of repo. [#150](https://github.com/microsoft/ps-rule/issues/150)
## v1.12.0