Output $INPUT_REF

This commit is contained in:
Stefan Zweifel 2019-09-20 10:43:15 +02:00
parent 6f1c9227f5
commit 6c17ba31a9

View File

@ -29,6 +29,8 @@ then
echo "Push Branch Value: $PUSH_BRANCH";
echo "Input Ref: $INPUT_REF";
# Switch to branch from current Workflow run
git checkout $INPUT_REF