From 66dcbb899c1522b271eec1ad2f329cb35b6cbe05 Mon Sep 17 00:00:00 2001 From: Daryll Doyle Date: Mon, 14 Feb 2022 00:42:15 +0000 Subject: [PATCH] Remove non-required vars --- .github/workflows/codeclimate.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/codeclimate.yml b/.github/workflows/codeclimate.yml index 4392caa..b429186 100644 --- a/.github/workflows/codeclimate.yml +++ b/.github/workflows/codeclimate.yml @@ -28,8 +28,6 @@ jobs: - name: Code Coverage env: CC_TEST_REPORTER_ID: ${{ secrets.CODECLIMATE_REPORTER_ID }} - GIT_BRANCH: ${{ GITHUB_REF_NAME }} - GIT_COMMIT_SHA: ${{ GITHUB_SHA }} # Linux: https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 # macOS: https://codeclimate.com/downloads/test-reporter/test-reporter-latest-darwin-amd64 # @todo Regenerate reporter ID and move it to GitHub secrets (internal environment vars)