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<