Skip to content

Commit

Permalink
chore: update another missed 'main' ref to 'version-4'
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikg committed May 29, 2023
1 parent 7b999a4 commit 1d4d991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ecosystem-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1d4d991

Please sign in to comment.