Skip to content

Commit 583f6c7

Browse files
🩹 [Refactor]: Correct TestModule and TestModuleLocal result references in CI workflow for consistency
1 parent 1a14511 commit 583f6c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ā€Ž.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,8 +190,8 @@ jobs:
190190
shell: pwsh
191191
run: |
192192
[pscustomobject]@{
193-
TestModule = '${{ needs.TestModule.result }}'
194-
TestModuleLocal = '${{ needs.TestModuleLocal.result }}'
193+
TestModule = '${{ needs.Test-Module.result }}'
194+
TestModuleLocal = '${{ needs.Test-ModuleLocal.result }}'
195195
}
196196
197197
# TestModuleStatus:

0 commit comments

Comments
Ā (0)