diff --git a/action.yml b/action.yml index a63303e..d628453 100644 --- a/action.yml +++ b/action.yml @@ -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