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 8826286 commit 6e4e7daCopy full SHA for 6e4e7da
.github/workflows/check-test.yaml
@@ -109,4 +109,4 @@ jobs:
109
env:
110
COVERALLS_GIT_BRANCH: ${{ github.head_ref || github.ref_name }}
111
COVERALLS_REPO_TOKEN: ${{ github.token }}
112
- COVERALLS_COMMIT: ${{ github.event.pull_request.head.sha || github.sha }}
+ COVERALLS_GIT_COMMIT: ${{ github.event.pull_request.head.sha || github.sha }}
0 commit comments