fix: update action refs from v1 to v2#42
Conversation
e0b4230 to
898f506
Compare
|
发现遗漏 概要PR 声称将 action 引用从 v1 升级到 v2 并添加 CRITICAL1. 测试
MEDIUM2. README 文档中的代码示例仍使用
3. 示例文件仍使用
4.
LOW5. runner 类型变更未在 PR 描述中说明
|
|
可合并 PR 将 阻塞项:无 建议项:无 |
|
无遗漏 PR 的 spec(从标题和正文提取)只有两点:(1) 将 action 引用从
所有 spec 需求均已覆盖,不存在实现缺漏。 |
|
有条件合并 该 PR 的主要目的是将 action 引用从 v1 升级到 v2,并添加 阻塞项:
建议项:
|
|
We couldn't respond to your request in time. Sorry about that. Please try resubmitting your request and contact us if the problem persists. |
|
发现遗漏 概要PR 将 MEDIUM
LOW
|
- feature-missing: v1 → v2, add model parameter - review: v1 → v2 v2 includes deepseek-api-key support. Using MODEL_NAME var for model selection instead of default zhipu model.
898f506 to
28d7160
Compare
|
可合并 PR 将 7 个文件中的所有 阻塞项:无 建议项:
|
|
无遗漏 PR spec(从标题和正文提取)明确两点:(1) feature-missing.yml 和 review.yml 的 action 引用从 经逐项验证:
仅剩的 |







Summary
Update action references from v1 to v2 to fix missing input parameter errors.
Changes
Root Cause
Both workflows pass deepseek-api-key input, but v1 tag does not define this input parameter. v2 includes deepseek-api-key support.
This fixes the 'Unexpected input(s) deepseek-api-key' warning and ProviderModelNotFoundError failure.