Skip to content

Commit

Permalink
Print github
Browse files Browse the repository at this point in the history
Signed-off-by: Andre Kurait <[email protected]>
  • Loading branch information
AndreKurait committed Nov 14, 2024
1 parent 57487d6 commit d32d6fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ jobs:
steps:
- name: Create JSON Artifact
run: |
echo 'JSON: "${{ toJSON(github) }}"'
echo '{' > codecov_info.json
echo ' "pr_number": "${{ github.event.pull_request.number }}",' >> codecov_info.json
echo ' "commit": "${{ github.event.pull_request.head.sha || github.sha }}",' >> codecov_info.json
Expand Down

0 comments on commit d32d6fd

Please sign in to comment.