fingerprint: bf786e6d5188
occurrences: 3
last_seen: 2026-05-02T04:26:11Z
category: code
severity: high
pattern_id: none
摘要
OpenCI 的 issue-comment workflow 连续 3 次失败,原因均为本地 action
./actions/issue/parse-command/action.yml 第 14 行 YAML 语法错误。
根因猜测
actions/issue/parse-command/action.yml 第 14 行第 25 列存在 flow mapping
解析错误——缺少预期的 , 或 }。这是仓库配置级别的代码错误。
修复建议
检查 YiAgent/OpenCI 仓库的 actions/issue/parse-command/action.yml 第 14 行
附近,修复 YAML 语法(可能是未转义的特殊字符或缺少引号)。
失败 runs
脱敏日志摘要
##[error]/home/runner/work/OpenCI/OpenCI/./actions/issue/parse-command/action.yml: (Line: 14, Col: 25, Idx: 347) - (Line: 14, Col: 25, Idx: 347): While parsing a flow mapping, did not find expected ',' or '}'.
##[error]System.ArgumentException: Unexpected type '' encountered while reading 'action manifest root'. The type 'MappingToken' was expected.
##[error]Failed to load ./actions/issue/parse-command/action.yml
fingerprint: bf786e6d5188
occurrences: 3
last_seen: 2026-05-02T04:26:11Z
category: code
severity: high
pattern_id: none
摘要
OpenCI 的
issue-commentworkflow 连续 3 次失败,原因均为本地 action./actions/issue/parse-command/action.yml第 14 行 YAML 语法错误。根因猜测
actions/issue/parse-command/action.yml第 14 行第 25 列存在 flow mapping解析错误——缺少预期的
,或}。这是仓库配置级别的代码错误。修复建议
检查
YiAgent/OpenCI仓库的actions/issue/parse-command/action.yml第 14 行附近,修复 YAML 语法(可能是未转义的特殊字符或缺少引号)。
失败 runs
脱敏日志摘要