Skip to content

Commit

Permalink
Fixes coverage.yml (#17)
Browse files Browse the repository at this point in the history
* Update coverage.yml to replace /refs/heads in branchname
  • Loading branch information
JoschD committed Jun 8, 2021
1 parent f2a3c38 commit b9966b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:

- name: Set up env for CodeClimate (push)
run: |
echo "GIT_BRANCH=$GITHUB_REF" >> $GITHUB_ENV
echo "GIT_BRANCH=${GITHUB_REF/refs\/heads\//}" >> $GITHUB_ENV
echo "GIT_COMMIT_SHA=$GITHUB_SHA" >> $GITHUB_ENV
if: github.event_name == 'push'

Expand Down

0 comments on commit b9966b9

Please sign in to comment.