Update comment
This commit is contained in:
parent
344102fef7
commit
7cc1e9fc93
|
@ -58,8 +58,7 @@ _switch_to_branch() {
|
||||||
if "$INPUT_SKIP_CHECKOUT"; then
|
if "$INPUT_SKIP_CHECKOUT"; then
|
||||||
echo "::debug::git-checkout has not been executed";
|
echo "::debug::git-checkout has not been executed";
|
||||||
else
|
else
|
||||||
|
# Create new local branch if `create_branch`-input is true
|
||||||
# Create new local branch if `create_branch` input is true
|
|
||||||
if "$INPUT_CREATE_BRANCH"; then
|
if "$INPUT_CREATE_BRANCH"; then
|
||||||
# shellcheck disable=SC2086
|
# shellcheck disable=SC2086
|
||||||
git checkout -B $INPUT_BRANCH --;
|
git checkout -B $INPUT_BRANCH --;
|
||||||
|
|
Loading…
Reference in New Issue