Skip to content

Commit f43881e

Browse files
authored
Merge pull request ad-m#80 from imba-tjd/patch-1
Use --force-with-lease instead of --force
2 parents 21d44fe + 59160b8 commit f43881e

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'
17+
_FORCE_OPTION='--force-with-lease'
1818
fi
1919

2020
if ${INPUT_TAGS}; then

0 commit comments

Comments
 (0)