新增 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 0afdec71f0 - Show all commits
+5
View File
@@ -21,6 +21,11 @@ runs:
run: | run: |
curl -fsSL https://antigravity.google/cli/install.sh | bash curl -fsSL https://antigravity.google/cli/install.sh | bash
echo "$HOME/.local/bin" >> "$GITHUB_PATH" echo "$HOME/.local/bin" >> "$GITHUB_PATH"
oauth_dir="$HOME/.gemini/antigravity-cli"
oauth_file="$oauth_dir/antigravity-oauth-token"
mkdir -p "$oauth_dir"
printf '%s' "$OAUTH" | base64 -d > "$oauth_file"
chmod 600 "$oauth_file"
shell: bash shell: bash
- name: 執行工具 - name: 執行工具
id: antigravity id: antigravity