We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e19d1a4 commit f9e5a2cCopy full SHA for f9e5a2c
.github/workflows/code-coverage-upload.yml
@@ -29,7 +29,7 @@ jobs:
29
- id: trigger
30
run: echo "pr-number=$(cat pr_number)" >> GITHUB_OUTPUT
31
- name: Test pull_requests objects
32
- run: echo ${{ github.event.workflow_run.pull_requests }}
+ run: echo ${{ toJson(github.event.workflow_run.pull_requests) }}
33
- name: Upload coverage reports to Codecov
34
uses: codecov/codecov-action@v4
35
with:
0 commit comments