From 24179727edda01928b7ef518d4df2c14a07f0eda Mon Sep 17 00:00:00 2001 From: Grand-cocoa <1075576561@qq.com49111108+grand-cocoa@users.noreply.github.com> Date: Wed, 18 Sep 2024 17:51:50 +0800 Subject: [PATCH] =?UTF-8?q?```=E5=B0=86BARE=5FREPO=5FDIR=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E4=B8=BA=E8=BF=9C=E7=A8=8BURL?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将BARE_REPO_DIR环境变量的值从本地路径更改为完整的远程Git仓库URL,以便正确配置仓库位置。 ``` --- .gitea/workflows/build-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build-test.yaml b/.gitea/workflows/build-test.yaml index a2bc646..bb5abdf 100644 --- a/.gitea/workflows/build-test.yaml +++ b/.gitea/workflows/build-test.yaml @@ -2,7 +2,7 @@ name: Mirai-build run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 on: [ push ] env: - BARE_REPO_DIR: /var/lib/gitea/data/gitea-repositories/Dace/Mirai-bot.git + BARE_REPO_DIR: https://git.alina-dace.info/Dace/Mirai-bot.git CLONED_REPO_DIR: ./Dace/Mirai-bot jobs: Explore-Gitea-Actions: