@@ -68,31 +68,31 @@ jobs:
6868 Install-PSResource -Name Markdown -Repository PSGallery -TrustRepository
6969
7070 # Build an array of objects for each job
71- $ActionTestSrcSourceCodeOutcome = ${{ needs.ActionTestSrcSourceCode.outputs.outcome }}
71+ $ActionTestSrcSourceCodeOutcome = ' ${{ needs.ActionTestSrcSourceCode.outputs.outcome }}'
7272 $ActionTestSrcSourceCodeExpectedOutcome = "success"
7373 $ActionTestSrcSourceCodeOutcomeResult = $ActionTestSrcSourceCodeOutcome -eq $ActionTestSrcSourceCodeExpectedOutcome
74- $ActionTestSrcSourceCodeConclusion = ${{ needs.ActionTestSrcSourceCode.outputs.conclusion }}
74+ $ActionTestSrcSourceCodeConclusion = ' ${{ needs.ActionTestSrcSourceCode.outputs.conclusion }}'
7575 $ActionTestSrcSourceCodeExpectedConclusion = "success"
7676 $ActionTestSrcSourceCodeConclusionResult = $ActionTestSrcSourceCodeConclusion -eq $ActionTestSrcSourceCodeExpectedConclusion
7777
78- $ActionTestSrcCustomOutcome = ${{ needs.ActionTestSrcCustom.outputs.outcome }}
78+ $ActionTestSrcCustomOutcome = ' ${{ needs.ActionTestSrcCustom.outputs.outcome }}'
7979 $ActionTestSrcCustomExpectedOutcome = "success"
8080 $ActionTestSrcCustomOutcomeResult = $ActionTestSrcCustomOutcome -eq $ActionTestSrcCustomExpectedOutcome
81- $ActionTestSrcCustomConclusion = ${{ needs.ActionTestSrcCustom.outputs.conclusion }}
81+ $ActionTestSrcCustomConclusion = ' ${{ needs.ActionTestSrcCustom.outputs.conclusion }}'
8282 $ActionTestSrcCustomExpectedConclusion = "success"
8383 $ActionTestSrcCustomConclusionResult = $ActionTestSrcCustomConclusion -eq $ActionTestSrcCustomExpectedConclusion
8484
85- $ActionTestSrcWithManifestOutcome = ${{ needs.ActionTestSrcWithManifest.outputs.outcome }}
85+ $ActionTestSrcWithManifestOutcome = ' ${{ needs.ActionTestSrcWithManifest.outputs.outcome }}'
8686 $ActionTestSrcWithManifestExpectedOutcome = "failure"
8787 $ActionTestSrcWithManifestOutcomeResult = $ActionTestSrcWithManifestOutcome -eq $ActionTestSrcWithManifestExpectedOutcome
88- $ActionTestSrcWithManifestConclusion = ${{ needs.ActionTestSrcWithManifest.outputs.conclusion }}
88+ $ActionTestSrcWithManifestConclusion = ' ${{ needs.ActionTestSrcWithManifest.outputs.conclusion }}'
8989 $ActionTestSrcWithManifestExpectedConclusion = "success"
9090 $ActionTestSrcWithManifestConclusionResult = $ActionTestSrcWithManifestConclusion -eq $ActionTestSrcWithManifestExpectedConclusion
9191
92- $ActionTestOutputsOutcome = ${{ needs.ActionTestOutputs.outputs.outcome }}
92+ $ActionTestOutputsOutcome = ' ${{ needs.ActionTestOutputs.outputs.outcome }}'
9393 $ActionTestOutputsExpectedOutcome = "success"
9494 $ActionTestOutputsOutcomeResult = $ActionTestOutputsOutcome -eq $ActionTestOutputsExpectedOutcome
95- $ActionTestOutputsConclusion = ${{ needs.ActionTestOutputs.outputs.conclusion }}
95+ $ActionTestOutputsConclusion = ' ${{ needs.ActionTestOutputs.outputs.conclusion }}'
9696 $ActionTestOutputsExpectedConclusion = "success"
9797 $ActionTestOutputsConclusionResult = $ActionTestOutputsConclusion -eq $ActionTestOutputsExpectedConclusion
9898
0 commit comments