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";
# Switch to branch from current Workflow run
git checkout -b $INPUT_REF
git checkout $INPUT_REF
git add .