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