From 1d6e34c8e4169abc3ae9ea2034eb6f262a36b5c9 Mon Sep 17 00:00:00 2001 From: chenwj113 Date: Thu, 30 May 2024 10:56:48 +0800 Subject: [PATCH] fix: --- .gitea/workflows/run.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/run.yaml b/.gitea/workflows/run.yaml index 5c2141b..04d93f6 100644 --- a/.gitea/workflows/run.yaml +++ b/.gitea/workflows/run.yaml @@ -8,6 +8,8 @@ jobs: gitea-action-test: runs-on: ubuntu-latest steps: + - name: Check out repository code + uses: https://git.airpig.cn/checkout@v4 - run: | commit_msg=${{ github.event.head_commit.message }} version=v1.0.0