fix(action): 修正 Antigravity CLI 路徑設定
This commit is contained in:
+3
-1
@@ -18,7 +18,9 @@ runs:
|
|||||||
PROMPT: ${{ inputs.prompt }}
|
PROMPT: ${{ inputs.prompt }}
|
||||||
steps:
|
steps:
|
||||||
- name: 安裝工具
|
- name: 安裝工具
|
||||||
run: curl -fsSL https://antigravity.google/cli/install.sh | bash
|
run: |
|
||||||
|
curl -fsSL https://antigravity.google/cli/install.sh | bash
|
||||||
|
echo "$HOME/.local/bin" >> "$GITHUB_PATH"
|
||||||
shell: bash
|
shell: bash
|
||||||
- name: 執行工具
|
- name: 執行工具
|
||||||
id: antigravity
|
id: antigravity
|
||||||
|
|||||||
Reference in New Issue
Block a user