diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6108fd183837f30c095652da0cb76a8cae5e3d09..27739bf86cc2f4bf859699b78a97d122d4381c22 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -52,3 +52,4 @@ jobs: if: matrix.node == 10 && github.repository == 'twbs/bootstrap' && github.event_name == 'push' env: COVERALLS_REPO_TOKEN: "${{ secrets.COVERALLS_REPO_TOKEN }}" + COVERALLS_GIT_BRANCH: "${{ github.ref }}"