From 784bb5fed228e377dc10e2f8047273e84c071f14 Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Tue, 26 Jan 2021 07:41:27 -0500 Subject: [PATCH] Move branch name --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5e8f37a9..6ba198ea 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -25,7 +25,6 @@ jobs: runs-on: ubuntu-latest env: DEPENDENCY_INJECTOR_DEBUG_MODE: 1 - COVERALLS_GIT_BRANCH: ${{ steps.branch-name.outputs.branch }} COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }} steps: - name: Get the current branch name @@ -41,6 +40,7 @@ jobs: - run: tox env: TOXENV: coveralls + COVERALLS_GIT_BRANCH: ${{ steps.branch-name.outputs.branch }} mypy: name: Run mypy