feat: 添加git status命令以显示工作目录状态

This commit is contained in:
Lyda
2025-10-11 19:35:20 +08:00
parent 40ac71da27
commit 87fb296b8c

View File

@@ -166,6 +166,8 @@ runs:
if [[ "${{ inputs.clean-project-store }}" == "true" && -d ".pnpm-store" && "$(cd "$PNPM_STORE_DIR" 2>/dev/null && pwd)" != "$(cd .pnpm-store 2>/dev/null && pwd)" ]]; then
rm -rf .pnpm-store || true
fi
echo "🧾 git status --short"
git status --short || true
- name: 总结
shell: bash