Skip to content

Commit 6e4e7da

Browse files
committed
fix env variable name
1 parent 8826286 commit 6e4e7da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,4 +109,4 @@ jobs:
109109
env:
110110
COVERALLS_GIT_BRANCH: ${{ github.head_ref || github.ref_name }}
111111
COVERALLS_REPO_TOKEN: ${{ github.token }}
112-
COVERALLS_COMMIT: ${{ github.event.pull_request.head.sha || github.sha }}
112+
COVERALLS_GIT_COMMIT: ${{ github.event.pull_request.head.sha || github.sha }}

0 commit comments

Comments
 (0)