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