We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3158ed commit 6529f6dCopy full SHA for 6529f6d
.github/workflows/ecosystem-ci-rolldown.yml
@@ -108,8 +108,8 @@ jobs:
108
env:
109
WORKFLOW_NAME: ci
110
REF_TYPE: ${{ inputs.refType || github.event.client_payload.refType || 'branch' }}
111
- REF: ${{ inputs.ref || github.event.client_payload.ref || 'main' }}
112
- REPO: ${{ inputs.repo || github.event.client_payload.repo || 'vitejs/vite' }}
+ REF: ${{ inputs.ref || github.event.client_payload.ref || 'rolldown-vite' }}
+ REPO: ${{ inputs.repo || github.event.client_payload.repo || 'vitejs/rolldown-vite' }}
113
SUITE: ${{ matrix.suite }}
114
STATUS: ${{ job.status }}
115
DISCORD_WEBHOOK_URL: ${{ secrets.DISCORD_WEBHOOK_URL_ROLLDOWN_VITE }}
0 commit comments