From 9845ad37eedd46176b5e4f4a824f79ca0951691d Mon Sep 17 00:00:00 2001 From: Armamem0t Date: Wed, 18 Jun 2025 10:14:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/action.ya?= =?UTF-8?q?ml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/action.yaml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/action.yaml b/.gitea/workflows/action.yaml index 3588003..1f213b1 100644 --- a/.gitea/workflows/action.yaml +++ b/.gitea/workflows/action.yaml @@ -12,5 +12,13 @@ jobs: steps: - logInfoMessage: Check out repository code run: | - echo "${{toJson(github)}}" - echo "${{toJson(gitea)}}" \ No newline at end of file + echo "${{gitea.server_url}}" + echo "${{gitea.repository_owner}}" + echo "${{gitea.repository}}" + echo "${{gitea.token}}" + echo "${{gitea.event.head_commit.message}}" + echo "${{gitea.event.head_commit.url}}" + echo "${{gitea.event.head_commit.message}}" + + + \ No newline at end of file