mirror of
https://github.com/stefanzweifel/git-auto-commit-action.git
synced 2024-11-06 02:08:05 +00:00
Fix git checkout
This commit is contained in:
parent
8cc484cbc5
commit
72e2d4cb1e
@ -30,7 +30,7 @@ then
|
||||
echo "Push Branch Value: $PUSH_BRANCH";
|
||||
|
||||
# Switch to branch from current Workflow run
|
||||
git checkout -b $INPUT_REF
|
||||
git checkout $INPUT_REF
|
||||
|
||||
git add .
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user