Skip to content

Commit 39d6d87

Browse files
fix: ci setting
1 parent a455582 commit 39d6d87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
env:
2020
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
2121
COVERALLS_SERVICE_NAME: "GitHub Action"
22-
COVERALLS_SERVICE_JOB_ID: ${{ GITHUB_SHA }}
22+
COVERALLS_SERVICE_JOB_ID: ${{ github.sha }}
2323
- uses: 8398a7/action-slack@v1
2424
with:
2525
type: failure

0 commit comments

Comments
 (0)