Merge pull request #129 from ad-m/add-wrongly-removed-code

Fix removed code lines
This commit is contained in:
Pascal Zimmermann
2022-06-15 15:52:30 +02:00
committed by GitHub

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