Skip to content

Commit 6ca7df8

Browse files
author
Pascal Zimmermann
authored
Revert "Use --force-with-lease instead of --force"
1 parent f43881e commit 6ca7df8

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)