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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user