diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a0b39b3fc3..71fa943519 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -70,3 +70,4 @@ jobs: if: matrix.node == 8 && github.repository == 'twbs/bootstrap' && github.event_name == 'push' env: COVERALLS_REPO_TOKEN: "${{ secrets.COVERALLS_REPO_TOKEN }}" + COVERALLS_GIT_BRANCH: "${{ github.ref }}"