Skip to content

Commit e3969b1

Browse files
Update info message in entrypoint.sh for force
Co-authored-by: Copilot <[email protected]>
1 parent 46d9eba commit e3969b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ fi
9999

100100
# Push
101101
if [[ "${INPUT_FORCE}" == "true" ]]; then
102-
echo "[INFO] Force pushing changes without lease"
102+
echo "[INFO] Force pushing changes using --force"
103103
git push --force origin "${BRANCH}"
104104
elif [[ "${INPUT_FORCE_WITH_LEASE}" == "true" ]]; then
105105
echo "[INFO] Force pushing changes with lease"

0 commit comments

Comments
 (0)