fix(action): 修正 Antigravity CLI 路徑設定
This commit is contained in:
+3
-1
@@ -18,7 +18,9 @@ runs:
|
||||
PROMPT: ${{ inputs.prompt }}
|
||||
steps:
|
||||
- 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
|
||||
- name: 執行工具
|
||||
id: antigravity
|
||||
|
||||
Reference in New Issue
Block a user