Merge pull request #80 from imba-tjd/patch-1

Use --force-with-lease instead of --force
This commit is contained in:
Pascal Zimmermann
2022-05-04 14:09:21 +02:00
committed by GitHub

View File

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