Skip to content

Commit

Permalink
Try to print info as json
Browse files Browse the repository at this point in the history
  • Loading branch information
OptimumCode committed Jul 27, 2024
1 parent e19d1a4 commit f9e5a2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-coverage-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- id: trigger
run: echo "pr-number=$(cat pr_number)" >> GITHUB_OUTPUT
- name: Test pull_requests objects
run: echo ${{ github.event.workflow_run.pull_requests }}
run: echo ${{ toJson(github.event.workflow_run.pull_requests) }}
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
with:
Expand Down

0 comments on commit f9e5a2c

Please sign in to comment.