Fix git checkout
This commit is contained in:
parent
8cc484cbc5
commit
72e2d4cb1e
@ -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 .
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user