From a42ccfdad411736146e9eee4337ff8de01bfe967 Mon Sep 17 00:00:00 2001 From: Alex Matsuev Date: Mon, 24 Nov 2025 13:07:31 +0300 Subject: [PATCH] Update workflow --- .gitea/workflows/test-action.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/test-action.yaml b/.gitea/workflows/test-action.yaml index 157fcb1..e2e39d5 100644 --- a/.gitea/workflows/test-action.yaml +++ b/.gitea/workflows/test-action.yaml @@ -12,3 +12,6 @@ jobs: - name: Use Gitea Context run: echo "${{ toJson(gitea) }}" + + - name: Use Github Context + run: echo "${{ toJson(github) }}"