Make Linter Happy
This commit is contained in:
parent
94941cff88
commit
1aee6e6b46
@ -59,6 +59,7 @@ _switch_to_branch() {
|
|||||||
# run `git checkout $INPUT_BRANCH`
|
# run `git checkout $INPUT_BRANCH`
|
||||||
# Otherwhise create a new branch by adding the `-b` option to
|
# Otherwhise create a new branch by adding the `-b` option to
|
||||||
# `git-checkout`
|
# `git-checkout`
|
||||||
|
# shellcheck disable=SC2086
|
||||||
if [ -n "$(git branch --list $INPUT_BRANCH)" ]
|
if [ -n "$(git branch --list $INPUT_BRANCH)" ]
|
||||||
then
|
then
|
||||||
# shellcheck disable=SC2086
|
# shellcheck disable=SC2086
|
||||||
|
Loading…
Reference in New Issue
Block a user