Skip to content

Commit

Permalink
Merge pull request ad-m#80 from imba-tjd/patch-1
Browse files Browse the repository at this point in the history
Use --force-with-lease instead of --force
  • Loading branch information
ZPascal committed May 4, 2022
2 parents 21d44fe + 59160b8 commit f43881e
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'
_FORCE_OPTION='--force-with-lease'
fi

if ${INPUT_TAGS}; then
Expand Down

0 comments on commit f43881e

Please sign in to comment.