From 1d4d991884ee2a423ae783c5af88e7cc49ff8ba4 Mon Sep 17 00:00:00 2001 From: dominikg Date: Mon, 29 May 2023 15:59:16 +0200 Subject: [PATCH] chore: update another missed 'main' ref to 'version-4' --- .github/workflows/ecosystem-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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