新增 Antigravity CLI composite action #3

Merged
admin merged 12 commits from develop into master 2026-06-27 15:29:33 +00:00
Showing only changes of commit efcea83b1a - Show all commits
+3 -1
View File
@@ -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