From 1e3e721ddb035fdc2c6d73d8c14285a4553767b3 Mon Sep 17 00:00:00 2001 From: chenwj113 Date: Thu, 30 May 2024 11:06:07 +0800 Subject: [PATCH] bugfix: --- .gitea/workflows/run.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/run.yaml b/.gitea/workflows/run.yaml index 0354f9c..c0233b4 100644 --- a/.gitea/workflows/run.yaml +++ b/.gitea/workflows/run.yaml @@ -8,8 +8,8 @@ jobs: gitea-action-test: runs-on: ubuntu-latest steps: - - name: Check out repository code - uses: https://git.airpig.cn/chenwj113/checkout.git@v4 + - name: Check out repository code + uses: https://git.airpig.cn/chenwj113/checkout@v4 - run: | commit_msg=${{ github.event.head_commit.message }} version=v1.0.0