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
commit 492de9080c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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