fix spaces

This commit is contained in:
Lucas Gravley 2020-02-04 12:34:17 -06:00
parent bb4c2bc9f8
commit 97fb492f2a

View file

@ -57,8 +57,8 @@ jobs:
# Get the branch name # # Get the branch name #
####################### #######################
- name: get the branch name - name: get the branch name
shell: bash shell: bash
run: echo "::set-env name=BRANCH_NAME::$(echo ${GITHUB_REF#refs/heads/} | sed 's/\//_/g')" run: echo "::set-env name=BRANCH_NAME::$(echo ${GITHUB_REF#refs/heads/} | sed 's/\//_/g')"
################################ ################################
# Run Linter against code base # # Run Linter against code base #