From e550a3dd88b85152e71c1f7a339aa6c12a8997eb Mon Sep 17 00:00:00 2001 From: Jeffery Date: Sat, 27 Jun 2026 15:16:40 +0000 Subject: [PATCH] =?UTF-8?q?chore(action):=20=E7=A7=BB=E9=99=A4=20OAuth=20t?= =?UTF-8?q?oken=20=E9=99=A4=E9=8C=AF=E8=BC=B8=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- action.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/action.yml b/action.yml index 6f06693..e9becad 100644 --- a/action.yml +++ b/action.yml @@ -30,11 +30,6 @@ 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