Merge pull request #121 from ad-m/revert-80-patch-1

Revert "Use --force-with-lease instead of --force"
This commit is contained in:
Pascal Zimmermann
2022-05-05 06:30:47 +02:00
committed by GitHub

View File

@ -14,7 +14,7 @@ echo "Push to branch $INPUT_BRANCH";
};
if ${INPUT_FORCE}; then
_FORCE_OPTION='--force-with-lease'
_FORCE_OPTION='--force'
fi
if ${INPUT_TAGS}; then