mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 00:31:07 -05:00
fix spaces
This commit is contained in:
parent
bb4c2bc9f8
commit
97fb492f2a
1 changed files with 2 additions and 2 deletions
4
.github/workflows/deploy-DEV.yml
vendored
4
.github/workflows/deploy-DEV.yml
vendored
|
@ -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 #
|
||||||
|
|
Loading…
Reference in a new issue