mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-09 18:43:34 -05:00
fix names
This commit is contained in:
parent
3f4627503f
commit
c00ac99502
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy-DEV.yml
vendored
2
.github/workflows/deploy-DEV.yml
vendored
|
@ -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 #
|
||||
|
|
Loading…
Reference in a new issue