From f26270e3054ecafb0a8f765c0e0403a36e000c4b Mon Sep 17 00:00:00 2001 From: Codinget Date: Fri, 22 May 2026 21:32:13 +0000 Subject: [PATCH] ci: list env variables --- .gitea/workflows/test-env.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitea/workflows/test-env.yaml diff --git a/.gitea/workflows/test-env.yaml b/.gitea/workflows/test-env.yaml new file mode 100644 index 0000000..f4bd0ed --- /dev/null +++ b/.gitea/workflows/test-env.yaml @@ -0,0 +1,8 @@ +name: Test env +on: workflow_dispatch + +jobs: + test: + runs-on: ubuntu-latest + steps: + - run: env