fix names

This commit is contained in:
Lucas Gravley 2020-04-23 11:00:41 -05:00
parent 3f4627503f
commit c00ac99502

View file

@ -58,7 +58,7 @@ jobs:
#######################
- name: Extract branch name
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/[^[:alnum:]]//g'"
################################
# Run Linter against code base #