diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml index a1ea20a..3f26aea 100644 --- a/.github/workflows/mirror.yml +++ b/.github/workflows/mirror.yml @@ -33,9 +33,5 @@ jobs: git config --global user.name "GitHub Actions" git commit -a -m "[GitHub Action] Synced with CEC parent repo" - - name: Delete the production branch from ISYE - run: | - git push mirror --delete production --force || true - - name: Push to the ISYE main branch run: git push mirror production:main --force