Fix removed code lines

This commit is contained in:
Pascal Zimmermann
2022-06-15 15:48:45 +02:00
committed by GitHub
parent e69c0c047e
commit 828ee9b9ba

View File

@@ -14,6 +14,10 @@ echo "Push to branch $INPUT_BRANCH";
exit 1;
};
if ${INPUT_FORCE}; then
_FORCE_OPTION='--force'
fi
if ${INPUT_TAGS}; then
_TAGS='--tags'
fi