1
0
mirror of https://github.com/Prowlarr/Indexers.git synced 2026-02-15 07:25:47 +00:00

Fixed: Add debug log for force push with lease in sync script

This commit is contained in:
ServarrAdmin
2025-09-17 16:52:17 -05:00
parent 6e2a373955
commit bbc0049a5e

View File

@@ -1066,6 +1066,7 @@ push_changes() {
fi
if [ "$push_mode" = true ] && [ "$push_mode_force" = true ]; then
log "DEBUG" "Push To Remote: $push_mode with Force Push With Lease: $push_mode_force"
if git push "$prowlarr_push_remote" "$push_branch" --force-if-includes --force-with-lease --set-upstream; then
log "WARN" "[$prowlarr_push_remote $push_branch] Branch Force Pushed"
else