reference SHA in coverage diff comment (#16269)

This commit is contained in:
Kyle Altendorf 2023-09-06 18:57:12 -04:00 committed by GitHub
parent 1bbfcfaf89
commit 731ded3923
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -224,7 +224,7 @@ jobs:
- name: Add diff coverage report comment to PR
if: always()
env:
BRANCH_NAME: ${{ github.base_ref }}
BRANCH_NAME: ${{ github.sha }}
COV_STATUS: ${{ env.COV_STATUS }}
GH_TOKEN: ${{ github.token }}
ORG_REPO: ${{ github.repository }}