From 13d2e5c97779600c8e9d1f7b1e72b7604bb3bbc4 Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Mon, 25 Jan 2021 18:30:41 -0500 Subject: [PATCH] Try set branch name --- .github/workflows/tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index decd1103..7bd9d983 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -25,6 +25,7 @@ jobs: name: Run tests with coverage runs-on: ubuntu-latest steps: + - uses: nelonoel/branch-name@v1.0.1 - uses: actions/checkout@v2 - uses: actions/setup-python@v2 with: @@ -37,5 +38,5 @@ jobs: env: TOXENV: coveralls DEPENDENCY_INJECTOR_DEBUG_MODE: 1 - COVERALLS_GIT_BRANCH: ${{ github.ref }} + COVERALLS_GIT_BRANCH: ${{ BRANCH_NAME }} COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}