新增 Antigravity CLI composite action #1

Merged
admin merged 11 commits from ai-review-resolve/develop-20260627-142726 into develop 2026-06-27 15:28:07 +00:00
Showing only changes of commit efcea83b1a - Show all commits
+3 -1
View File
@@ -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