From eb40ce7eacb434f0e5ea6c03dcdb09c77d0103fb Mon Sep 17 00:00:00 2001 From: Jeffery Date: Sat, 27 Jun 2026 15:10:55 +0000 Subject: [PATCH] =?UTF-8?q?fix(action):=20=E5=8A=A0=E5=85=A5=20OAuth=20tok?= =?UTF-8?q?en=20=E5=AE=89=E5=85=A8=E9=99=A4=E9=8C=AF=E8=B3=87=E8=A8=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- action.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/action.yml b/action.yml index 9002431..b01ddcc 100644 --- a/action.yml +++ b/action.yml @@ -24,6 +24,11 @@ runs: mkdir -p "$oauth_dir" printf '%s' "$OAUTH" | base64 -d > "$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 - name: 執行工具 id: antigravity