Skip to content

Commit 4097dea

Browse files
🩹 [Fix]: Correct output value retrieval for TestSuites in Gather-Tests workflow
1 parent 90726f4 commit 4097dea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/Gather-Tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ on:
3131
outputs:
3232
TestSuites:
3333
description: The test suites to run.
34-
value: ${{ fromJson(jobs.Gather-Tests.outputs.TestSuites) }}
34+
value: ${{ jobs.Gather-Tests.outputs.TestSuites }}
3535

3636
permissions:
3737
contents: read # to checkout the repo

0 commit comments

Comments
 (0)