chore(action): 移除 OAuth token 除錯輸出
CI / Release Tag Version (pull_request) Successful in 4s
CI / Antigravity (pull_request) Failing after 25s

This commit is contained in:
2026-06-27 15:16:40 +00:00
parent 74944095a4
commit e550a3dd88
-5
View File
@@ -30,11 +30,6 @@ runs:
mkdir -p "$oauth_dir" mkdir -p "$oauth_dir"
printf '%s' "$OAUTH" | base64 -d > "$oauth_file" printf '%s' "$OAUTH" | base64 -d > "$oauth_file"
chmod 600 "$oauth_file" chmod 600 "$oauth_file"
test -s "$oauth_file"
echo "::group::Antigravity OAuth debug"
stat -c 'oauth_file_mode=%a oauth_file_size=%s' "$oauth_file"
sha256sum "$oauth_file" | awk '{ print "oauth_file_sha256=" $1 }'
echo "::endgroup::"
shell: bash shell: bash
- name: 執行工具 - name: 執行工具
id: antigravity id: antigravity