Skip to content

Commit

Permalink
Revert "Use --force-with-lease instead of --force"
Browse files Browse the repository at this point in the history
  • Loading branch information
Pascal Zimmermann committed May 5, 2022
1 parent f43881e commit 6ca7df8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6ca7df8

Please sign in to comment.