fix(action): 修正 Antigravity prompt 參數傳遞
This commit is contained in:
+1
-1
@@ -30,7 +30,7 @@ runs:
|
|||||||
- name: 執行工具
|
- name: 執行工具
|
||||||
id: antigravity
|
id: antigravity
|
||||||
run: |
|
run: |
|
||||||
text="$(agy --model "$MODEL" --prompt "$PROMPT")"
|
text="$(agy --print "$PROMPT" --model "$MODEL")"
|
||||||
printf '%s\n' "$text"
|
printf '%s\n' "$text"
|
||||||
{
|
{
|
||||||
echo 'text<<ANTIGRAVITY_OUTPUT'
|
echo 'text<<ANTIGRAVITY_OUTPUT'
|
||||||
|
|||||||
Reference in New Issue
Block a user