From 30108cb78fbbbf2f330243a5270dcd9ec6f28cc6 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 08:58:31 +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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/actions.yaml b/.gitea/workflows/actions.yaml index a417e5b..7d7ba72 100644 --- a/.gitea/workflows/actions.yaml +++ b/.gitea/workflows/actions.yaml @@ -11,7 +11,7 @@ jobs: name: Test runs-on: ubuntu-latest steps: - - run: echo "${{ github }}" - - run: echo "${{ runner }}" - - run: echo "${{ gitea }}" - - run: echo "${{ job }}" \ No newline at end of file + - run: echo "${{ toJson(github) }}" + - run: echo "${{ toJson(runner) }}" + - run: echo "${{ toJson(gitea) }}" + - run: echo "${{ toJson(job) }}" \ No newline at end of file