mirror of
https://github.com/stefanzweifel/git-auto-commit-action.git
synced 2026-01-11 12:08:25 +00:00
Fix git checkout
This commit is contained in:
@@ -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 .
|
||||
|
||||
|
||||
Reference in New Issue
Block a user