Skip to content

Commit 6529f6d

Browse files
committed
fix: correct discord message for rolldown-vite regular runs
1 parent a3158ed commit 6529f6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ecosystem-ci-rolldown.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ jobs:
108108
env:
109109
WORKFLOW_NAME: ci
110110
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' }}
111+
REF: ${{ inputs.ref || github.event.client_payload.ref || 'rolldown-vite' }}
112+
REPO: ${{ inputs.repo || github.event.client_payload.repo || 'vitejs/rolldown-vite' }}
113113
SUITE: ${{ matrix.suite }}
114114
STATUS: ${{ job.status }}
115115
DISCORD_WEBHOOK_URL: ${{ secrets.DISCORD_WEBHOOK_URL_ROLLDOWN_VITE }}

0 commit comments

Comments
 (0)