diff --git a/.github/workflows/ecosystem-ci.yml b/.github/workflows/ecosystem-ci.yml index d4bca05c..1a536833 100644 --- a/.github/workflows/ecosystem-ci.yml +++ b/.github/workflows/ecosystem-ci.yml @@ -65,7 +65,7 @@ jobs: - run: pnpm i --frozen-lockfile - run: >- pnpm tsx ecosystem-ci.ts - --${{ inputs.refType || github.event.client_payload.refType || 'branch' }} ${{ inputs.ref || github.event.client_payload.ref || 'main' }} + --${{ inputs.refType || github.event.client_payload.refType || 'branch' }} ${{ inputs.ref || github.event.client_payload.ref || 'version-4' }} --repo ${{ inputs.repo || github.event.client_payload.repo || 'sveltejs/svelte' }} ${{ matrix.suite }} id: ecosystem-ci-run