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 cbbe04b commit d81000dCopy full SHA for d81000d
.github/workflows/code_health.yaml
@@ -111,4 +111,4 @@ jobs:
111
with:
112
file: coverage/lcov.info
113
git-branch: ${{ github.head_ref || github.ref_name }}
114
- git-commit: ${{ github.event.pull_request.head.sha || github.sha }}
+ git-commit: ${{ github.event.pull_request.head.sha || github.sha }}
0 commit comments