From 942edffbc8ddcf72f6d9ed3b373b5f6d0c7cc6c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=AF=BB=E6=AC=A2?= Date: Wed, 18 Oct 2023 09:07:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/actions.y?= =?UTF-8?q?aml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/actions.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/actions.yaml b/.gitea/workflows/actions.yaml index 7d7ba72..6fd60c7 100644 --- a/.gitea/workflows/actions.yaml +++ b/.gitea/workflows/actions.yaml @@ -14,4 +14,5 @@ jobs: - run: echo "${{ toJson(github) }}" - run: echo "${{ toJson(runner) }}" - run: echo "${{ toJson(gitea) }}" - - run: echo "${{ toJson(job) }}" \ No newline at end of file + - run: echo "${{ toJson(job) }}" + - run: echo "${{ toJson(env) }}" \ No newline at end of file