We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f43881e + 6ca7df8 commit dda7a41Copy full SHA for dda7a41
start.sh
@@ -14,7 +14,7 @@ echo "Push to branch $INPUT_BRANCH";
14
};
15
16
if ${INPUT_FORCE}; then
17
- _FORCE_OPTION='--force-with-lease'
+ _FORCE_OPTION='--force'
18
fi
19
20
if ${INPUT_TAGS}; then
0 commit comments