Skip to content

Commit 5a97cdc

Browse files
chore: update ci setting
1 parent f2f17bc commit 5a97cdc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
2828
COVERALLS_SERVICE_NAME: "GitHub Action"
2929
COVERALLS_SERVICE_JOB_ID: ${{ github.sha }}
30+
COVERALLS_GIT_COMMIT: ${{ github.sha }}
31+
COVERALLS_GIT_BRANCH: ${{ github.ref }}
3032
if: github.event_name == 'pull_request' || github.ref == 'refs/heads/master'
3133
- uses: 8398a7/action-slack@v1
3234
with:

0 commit comments

Comments
 (0)