chore(ci): enable --delete-orphans in workflow sync #23

Merged
jmiller merged 1 commits from chore/enable-orphan-pruning into main 2026-07-14 04:30:52 +00:00
@@ -73,6 +73,7 @@ jobs:
ARGS="--token ${MOKOGITEA_TOKEN}"
ARGS="${ARGS} --org ${{ vars.GITEA_ORG || github.repository_owner }}"
ARGS="${ARGS} --phase repos"
ARGS="${ARGS} --delete-orphans"
PLATFORM="${{ steps.platform.outputs.platform }}"
if [ -n "$PLATFORM" ]; then