From 9fd1addadab884d81e0753842daf8178e6816b97 Mon Sep 17 00:00:00 2001 From: zhangliang2021 Date: Sun, 28 Sep 2025 11:34:23 +0800 Subject: [PATCH] Update ci.yml --- .gitea/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 2059b7c..96ccdc8 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -19,6 +19,7 @@ jobs: git fetch origin pull/${{ github.event.pull_request.number }}/head:pull/${{ github.event.pull_request.number }}/head git checkout pull/${{ github.event.pull_request.number }}/head git log -n 3 + git branch -a - name: 'test' sh: bash -- 2.34.1