Skip to content

Commit dda7a41

Browse files
authored
Merge pull request #121 from ad-m/revert-80-patch-1
Revert "Use --force-with-lease instead of --force"
2 parents f43881e + 6ca7df8 commit dda7a41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

start.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ echo "Push to branch $INPUT_BRANCH";
1414
};
1515

1616
if ${INPUT_FORCE}; then
17-
_FORCE_OPTION='--force-with-lease'
17+
_FORCE_OPTION='--force'
1818
fi
1919

2020
if ${INPUT_TAGS}; then

0 commit comments

Comments
 (0)