Revert "Use --force-with-lease instead of --force"

This commit is contained in:
Pascal Zimmermann 2022-05-05 06:27:49 +02:00 committed by GitHub
parent f43881ed8c
commit 6ca7df8e1c
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