From c934a08242dcab3ee55638355d5c2bde463a8cda 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:09:41 +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 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/actions.yaml b/.gitea/workflows/actions.yaml index 6fd60c7..5a403e2 100644 --- a/.gitea/workflows/actions.yaml +++ b/.gitea/workflows/actions.yaml @@ -15,4 +15,9 @@ jobs: - run: echo "${{ toJson(runner) }}" - run: echo "${{ toJson(gitea) }}" - run: echo "${{ toJson(job) }}" - - run: echo "${{ toJson(env) }}" \ No newline at end of file + - name: "Echo ENV" + run: echo "${{ toJson(env) }}" + env: + TEST: wuhu + NUM: 123 + BOOL: true \ No newline at end of file