From 87fb296b8ce5ca23aaeda3dad6852057c34cdd70 Mon Sep 17 00:00:00 2001 From: Lyda <1829913225@qq.com> Date: Sat, 11 Oct 2025 19:35:20 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0git=20status=E5=91=BD?= =?UTF-8?q?=E4=BB=A4=E4=BB=A5=E6=98=BE=E7=A4=BA=E5=B7=A5=E4=BD=9C=E7=9B=AE?= =?UTF-8?q?=E5=BD=95=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pnpm-install/action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pnpm-install/action.yml b/pnpm-install/action.yml index 45d04a3..69a510f 100644 --- a/pnpm-install/action.yml +++ b/pnpm-install/action.yml @@ -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