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

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