1
0
mirror of https://github.com/stefanzweifel/git-auto-commit-action.git synced 2026-02-02 19:07:15 +08:00

Fix git checkout

This commit is contained in:
Stefan Zweifel
2019-09-20 10:33:12 +02:00
parent 8cc484cbc5
commit 72e2d4cb1e

View File

@@ -30,7 +30,7 @@ then
echo "Push Branch Value: $PUSH_BRANCH"; echo "Push Branch Value: $PUSH_BRANCH";
# Switch to branch from current Workflow run # Switch to branch from current Workflow run
git checkout -b $INPUT_REF git checkout $INPUT_REF
git add . git add .