From 6e630d2a3b272d3ff5a6ad62f1ad9021339fdc0c Mon Sep 17 00:00:00 2001
From: iorebuild <liyepan@linuxacme.com>
Date: Sat, 12 Apr 2025 21:36:22 +0800
Subject: [PATCH] =?UTF-8?q?Release=20v1.6.3=20=E6=B5=8B=E8=AF=95=E7=94=9F?=
 =?UTF-8?q?=E6=88=90readme.md?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 .gitea/workflows/AutoRelease.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitea/workflows/AutoRelease.yaml b/.gitea/workflows/AutoRelease.yaml
index 1705cee..9dc7c2f 100644
--- a/.gitea/workflows/AutoRelease.yaml
+++ b/.gitea/workflows/AutoRelease.yaml
@@ -40,7 +40,7 @@ jobs:
           echo "用户名 = ${{ steps.ActionEnv.outputs.ENV_USER_NAME }}"
           echo "邮箱= ${{ steps.ActionEnv.outputs.ENV_USER_EMAIL }}"
           echo "仓库名 = ${{ steps.ActionEnv.outputs.ENV_REPO_NAME }}"
-          echo "仓库URL = ${{ steps.ActionEnv.outputs.ENV_SERVER_UEL }}/${{ steps.ActionEnv.outputs.ENV_REPO_NAME }}"
+          echo "仓库URL = ${{ github.server_url }}/${{ github.repository }}"
 
       - name: 配置Git用户
         run: |
@@ -137,7 +137,7 @@ jobs:
       - name: 获取最终Release信息
         run: |
           echo "Version = ${{ steps.extract_version.outputs.version }}"
-          echo "Repo = ${{ steps.ActionEnv.outputs.ENV_SERVER_UEL }}/${{ steps.ActionEnv.outputs.ENV_REPO_NAME }}"
+          echo "Repo = ${{ github.server_url }}/${{ github.repository }}"
           echo "TagName = ${{ steps.extract_version.outputs.version }}"
           echo "ReleaseName = ${{ steps.parse-release.outputs.title }}"
           echo "Body = ${{ steps.get-commit-log.outputs.commit_log }}"