mirror of
https://github.com/stefanzweifel/git-auto-commit-action.git
synced 2025-07-31 06:57:40 +08:00
Revert "Fix checking out branch names with / chars"
This commit is contained in:
@@ -44,7 +44,7 @@ _switch_to_branch() {
|
||||
git fetch;
|
||||
|
||||
# Switch to branch from current Workflow run
|
||||
git checkout "$INPUT_BRANCH" --;
|
||||
git checkout $INPUT_BRANCH;
|
||||
}
|
||||
|
||||
_add_files() {
|
||||
|
Reference in New Issue
Block a user