Skip to content

Commit c434b45

Browse files
Pass configured module name to source tests
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
1 parent 315540d commit c434b45

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/Test-SourceCode.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
- name: Test-SourceCode
3838
uses: ./_wf/.github/actions/Test-PSModule
3939
with:
40+
Name: ${{ fromJson(inputs.Settings).Name }}
4041
Debug: ${{ fromJson(inputs.Settings).Debug }}
4142
Prerelease: ${{ fromJson(inputs.Settings).Prerelease }}
4243
Verbose: ${{ fromJson(inputs.Settings).Verbose }}

0 commit comments

Comments
 (0)