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