mirror of
https://github.com/Lydanne/spaceflow.git
synced 2026-03-09 18:52:24 +08:00
1. 将 action.yml 从 actions/ 目录移至根目录,统一 Actions 入口 2. 更新 action.yml 中 main 路径为 actions/dist/index.js 3. 修正所有工作流文件中的 uses 路径从 ./actions 改为 ./ 4. 更新文档中的 Actions 引用路径从 nicepkg/spaceflow/actions 改为 Lydanne/spaceflow 5. 为 review-summary 命令的 preset、since、until 选项添加短标志 -p、-s、-u