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 d0c5782 commit a455582Copy full SHA for a455582
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
env:
20
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
21
COVERALLS_SERVICE_NAME: "GitHub Action"
22
- COVERALLS_SERVICE_JOB_ID: ${GITHUB_SHA}
+ COVERALLS_SERVICE_JOB_ID: ${{ GITHUB_SHA }}
23
- uses: 8398a7/action-slack@v1
24
with:
25
type: failure
0 commit comments