From 6161c57949b1fba2d3b39ebcfa0a447016da6585 Mon Sep 17 00:00:00 2001 From: Alex Matsuev Date: Mon, 24 Nov 2025 11:45:23 +0300 Subject: [PATCH] Update action --- .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 d4e14f3..7e6c1a8 100644 --- a/.gitea/workflows/test-action.yaml +++ b/.gitea/workflows/test-action.yaml @@ -10,3 +10,6 @@ jobs: steps: - name: Use Go Action uses: https://sirius.klsh.ru/sirius/go-action@v0.0.1 + + - name: Use Gitea Context + run: echo "${{ toJson(gitea) }}"