From 56452e3169ae228662bd143f6a8f55bb409f2c05 Mon Sep 17 00:00:00 2001 From: Jeffery Date: Sat, 27 Jun 2026 14:57:59 +0000 Subject: [PATCH] =?UTF-8?q?fix(action):=20=E4=BF=AE=E6=AD=A3=20Antigravity?= =?UTF-8?q?=20prompt=20=E5=8F=83=E6=95=B8=E5=82=B3=E9=81=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index e8b93bc..4c7cdf8 100644 --- a/action.yml +++ b/action.yml @@ -30,7 +30,7 @@ runs: - name: 執行工具 id: antigravity run: | - text="$(agy --model "$MODEL" --prompt "$PROMPT")" + text="$(agy --print "$PROMPT" --model "$MODEL")" printf '%s\n' "$text" { echo 'text<