From e9a0e10e453cd89f07f50de4daaa7e51a1f1e687 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B4=AA=E5=89=91=E5=B3=B0?= <1024489@qq.com> Date: Mon, 5 Aug 2024 18:49:36 +0800 Subject: [PATCH] 123 --- .gitea/workflows/demo.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index d0b7394..88e0bcc 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -5,8 +5,9 @@ on: [push] jobs: build: steps: - - name: Check out repository code ${{ gitea.repository }} - uses: actions/checkout@v0.1 + - run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}." + - name: Check out repository code + uses: actions/checkout@v3 - name: Use gitea Node.js uses: https://gitea.com/actions/setup-node@v4 with: