新增 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 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