diff --git a/.github/workflows/move-to-main-repo.yaml b/.github/workflows/move-to-main-repo.yaml index 456ccb4..a76f1cf 100644 --- a/.github/workflows/move-to-main-repo.yaml +++ b/.github/workflows/move-to-main-repo.yaml @@ -61,7 +61,7 @@ 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: |