diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c144148..309da75 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: if: github.event_name == 'pull_request' - name: Set ENV for codeclimate (push) run: | - echo "::set-env name=GIT_BRANCH::$GITHUB_REF" + echo "::set-env name=GIT_BRANCH::${GITHUB_REF##*/}" echo "::set-env name=GIT_COMMIT_SHA::$GITHUB_SHA" if: github.event_name == 'push' - name: Code Climate Test Reporter