Commit e47cd5d
committed
fix: 单次运行 button now triggers single_run.yml, not check.yml
The single-run button used to (a) overwrite the persisted COURSE_IDS
secret with the basket contents and (b) fire check.yml — that clobbered
the user's actual subscription list and ran the wrong workflow. The
dedicated single_run.yml workflow already takes a course_ids input via
workflow_dispatch, so add triggerSingleRunWorkflow() and dispatch it
directly. COURSE_IDS secret is no longer touched by this flow.1 parent a324c8b commit e47cd5d
2 files changed
Lines changed: 42 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
849 | 849 | | |
850 | 850 | | |
851 | 851 | | |
852 | | - | |
853 | | - | |
854 | | - | |
855 | | - | |
856 | | - | |
857 | | - | |
| 852 | + | |
| 853 | + | |
| 854 | + | |
| 855 | + | |
| 856 | + | |
858 | 857 | | |
| 858 | + | |
859 | 859 | | |
860 | 860 | | |
861 | 861 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
266 | 266 | | |
267 | 267 | | |
268 | 268 | | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
269 | 304 | | |
270 | 305 | | |
271 | 306 | | |
| |||
342 | 377 | | |
343 | 378 | | |
344 | 379 | | |
| 380 | + | |
345 | 381 | | |
346 | 382 | | |
347 | 383 | | |
| |||
0 commit comments