From 76e6357188f27a3122575a289a146fd1cb1d5091 Mon Sep 17 00:00:00 2001 From: huanhuanwa <2323666215@qq.com> Date: Mon, 15 Jul 2024 17:30:01 +0800 Subject: [PATCH] build: echo token --- .github/workflows/release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a72d35c5..20496a14 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,6 +14,10 @@ on: status: {} jobs: + console_log: + runs-on: ubuntu-latest + steps: + - run: echo '${{toJSON(github)}}' autoApprove: if: startsWith(github.head_ref, 'release-auto-') runs-on: ubuntu-latest