diff --git a/.github/workflows/move-to-main-repo.yaml b/.github/workflows/move-to-main-repo.yaml index eeb25f8..b04da2e 100644 --- a/.github/workflows/move-to-main-repo.yaml +++ b/.github/workflows/move-to-main-repo.yaml @@ -77,7 +77,6 @@ jobs: git config --global user.name "GitHub Actions" - name: Create PR if files found - if: env.files_found == 'true' env: GH_TOKEN: ${{ steps.generate-token.outputs.token }} run: |