mirror of
https://github.com/stefanzweifel/git-auto-commit-action.git
synced 2024-11-06 02:08:05 +00:00
Make Linter Happy
This commit is contained in:
parent
94941cff88
commit
1aee6e6b46
@ -59,6 +59,7 @@ _switch_to_branch() {
|
||||
# run `git checkout $INPUT_BRANCH`
|
||||
# Otherwhise create a new branch by adding the `-b` option to
|
||||
# `git-checkout`
|
||||
# shellcheck disable=SC2086
|
||||
if [ -n "$(git branch --list $INPUT_BRANCH)" ]
|
||||
then
|
||||
# shellcheck disable=SC2086
|
||||
|
Loading…
Reference in New Issue
Block a user