File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ jobs:
116116 VITE_PLUGIN_REACT_REF: ${{ inputs.vite_plugin_react_ref }}
117117 VITE_PLUGIN_REACT_REPO: ${{ inputs.vite_plugin_react_repo }}
118118 - if : always() && (inputs.sendDiscordReport || github.event_name != 'workflow_dispatch')
119- run : pnpm tsx discord-webhook.ts
119+ run : node discord-webhook.ts
120120 env :
121121 WORKFLOW_NAME : ci-selected
122122 REF_TYPE : ${{ inputs.refType }}
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ jobs:
111111 ROLLDOWN_REF: ${{ inputs.rolldownRef || github.event.client_payload.rolldownRef }}
112112 SUITE: ${{ matrix.suite }}
113113 - if : always() && (inputs.sendDiscordReport || github.event_name != 'workflow_dispatch')
114- run : pnpm tsx discord-webhook.ts
114+ run : node discord-webhook.ts
115115 env :
116116 WORKFLOW_NAME : ci
117117 REF_TYPE : ${{ inputs.refType || github.event.client_payload.refType || 'branch' }}
You can’t perform that action at this time.
0 commit comments