From 334d8194a2b67d386de253d7008d3da50719dd07 Mon Sep 17 00:00:00 2001 From: RaiLinKey Date: Mon, 23 Mar 2026 12:46:28 +0300 Subject: [PATCH] =?UTF-8?q?=D1=82=D0=B5=D1=81=D1=82=D0=B8=D0=BC=20=D1=82?= =?UTF-8?q?=D0=B5=D1=81=D1=82=D0=B8=D0=BC=20=D0=BF=D1=80=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D0=BC=20=D0=BF=D1=80=D0=B0=D0=B2=D0=B8=D0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/test.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .gitea/workflows/test.yaml diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml new file mode 100644 index 0000000..31a5dfc --- /dev/null +++ b/.gitea/workflows/test.yaml @@ -0,0 +1,17 @@ +name: Test Workflow + +on: + push: + +jobs: + test: + runs-on: ubuntu-latest + + steps: + - name: Print environment variables + run: | + echo "GITHUB_REPOSITORY: $GITHUB_REPOSITORY" + echo "GITHUB_SHA: $GITHUB_SHA" + echo "GITHUB_REF: $GITHUB_REF" + echo "GITHUB_ACTOR: $GITHUB_ACTOR" + echo "PATH: $PATH" \ No newline at end of file