From 0f48763a78b6c7973abf7df7a8cefb4f80cf3c46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B4=AA=E5=89=91=E5=B3=B0?= <1024489@qq.com> Date: Tue, 13 Aug 2024 19:07:08 +0800 Subject: [PATCH] 123 --- .gitea/workflows/demo.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index f622cfd..9641e66 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -4,4 +4,5 @@ on: [push] jobs: build: steps: - - run: echo "${{ gitee.sha }}" + - run: echo "${{ gitea.sha }}" + - run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."