diff --git a/.github/workflows/mirror-to-forgejo.yml b/.github/workflows/mirror-to-forgejo.yml index af7e8bcee..82584822e 100644 --- a/.github/workflows/mirror-to-forgejo.yml +++ b/.github/workflows/mirror-to-forgejo.yml @@ -19,6 +19,8 @@ jobs: run: | cd /Users/mana/projects/manacore-monorepo + # Stash any local changes so pull never fails + git stash --quiet 2>/dev/null || true git pull origin main # Push to Forgejo via localhost SSH (runner is on the Mac Mini)