Skip to content

Commit f9e5a2c

Browse files
committed
Try to print info as json
1 parent e19d1a4 commit f9e5a2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code-coverage-upload.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- id: trigger
3030
run: echo "pr-number=$(cat pr_number)" >> GITHUB_OUTPUT
3131
- name: Test pull_requests objects
32-
run: echo ${{ github.event.workflow_run.pull_requests }}
32+
run: echo ${{ toJson(github.event.workflow_run.pull_requests) }}
3333
- name: Upload coverage reports to Codecov
3434
uses: codecov/codecov-action@v4
3535
with:

0 commit comments

Comments
 (0)