Skip to content

Commit 84a3c8f

Browse files
committed
Try using fromJSON in a different place
1 parent 90229db commit 84a3c8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ jobs:
235235

236236
steps:
237237
- name: Echo Information
238-
run: echo ${{ needs.find-packages.outputs.docserver }}
238+
run: echo ${{ fromJson(needs.find-packages.outputs.docserver).changes }}
239239

240240
- name: Check out source code
241241
uses: actions/checkout@v4

0 commit comments

Comments
 (0)