Skip to content

Commit

Permalink
Merge pull request ad-m#121 from ad-m/revert-80-patch-1
Browse files Browse the repository at this point in the history
Revert "Use --force-with-lease instead of --force"
  • Loading branch information
ZPascal committed May 5, 2022
2 parents f43881e + 6ca7df8 commit dda7a41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start.sh
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 dda7a41

Please sign in to comment.