From 51eb5e6778c5fa8202c044fa8b6cc7334fb4ec20 Mon Sep 17 00:00:00 2001 From: merlin Date: Wed, 22 Oct 2025 21:18:22 +0800 Subject: [PATCH] test: values --- .gitea/workflows/build.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 92ba511..e53029c 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -9,6 +9,11 @@ jobs: runs-on: gitea-official-runner steps: - name: Checkout code + env: + QWE: ${github.sha} + QWRR: ${github.repository} + QWEWQ: ${github.ref.name} run: | - echo ${github.sha} $GITHUB_SHA - echo ${github.repository} $GITHUB_REPOSITORY \ No newline at end of file + echo $GITHUB_SHA + echo $GITHUB_REPOSITORY + echo $GITHUB_REF_NAME \ No newline at end of file