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 f2f17bc commit 5a97cdcCopy full SHA for 5a97cdc
.github/workflows/ci.yml
@@ -27,6 +27,8 @@ jobs:
27
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
28
COVERALLS_SERVICE_NAME: "GitHub Action"
29
COVERALLS_SERVICE_JOB_ID: ${{ github.sha }}
30
+ COVERALLS_GIT_COMMIT: ${{ github.sha }}
31
+ COVERALLS_GIT_BRANCH: ${{ github.ref }}
32
if: github.event_name == 'pull_request' || github.ref == 'refs/heads/master'
33
- uses: 8398a7/action-slack@v1
34
with:
0 commit comments