Skip to content

Commit

Permalink
push right val
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 d32d6fd commit 239c717
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@ jobs:
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
echo ' "commit": "${{ github.event.pull_request.head.sha || github.event.after || github.sha }}",' >> codecov_info.json
echo ' "branch": "${{ github.ref }}",' >> codecov_info.json
echo ' "base_commit": "${{ github.event.pull_request.base.sha || github.base.sha }}",' >> codecov_info.json
echo ' "base_commit": "${{ github.event.pull_request.base.sha || github.event.before || github.base.sha }}",' >> codecov_info.json
echo ' "build_url": "https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}",' >> codecov_info.json
echo ' "build": "${{ github.run_id }}"' >> codecov_info.json
echo '}' >> codecov_info.json
Expand Down

0 comments on commit 239c717

Please sign in to comment.