Properly disambiguate between branch or file checkout
This commit is contained in:
parent
b244c38293
commit
af49309116
@ -60,7 +60,7 @@ _switch_to_branch() {
|
|||||||
else
|
else
|
||||||
# Switch to branch from current Workflow run
|
# Switch to branch from current Workflow run
|
||||||
# shellcheck disable=SC2086
|
# shellcheck disable=SC2086
|
||||||
git checkout $INPUT_BRANCH;
|
git checkout $INPUT_BRANCH --;
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user