From b3d99bfe935e868c0af392ed75e0f2f982132b70 Mon Sep 17 00:00:00 2001 From: Snowykami Date: Tue, 29 Apr 2025 00:40:22 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20=E6=9B=B4=E6=96=B0=20Gitea=20?= =?UTF-8?q?=E5=8F=91=E5=B8=83=E5=B7=A5=E4=BD=9C=E6=B5=81=EF=BC=8C=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E8=BE=93=E5=87=BA=E4=BF=A1=E6=81=AF=E6=A0=BC=E5=BC=8F?= =?UTF-8?q?=E4=BB=A5=E5=A2=9E=E5=BC=BA=E5=8F=AF=E8=AF=BB=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/liteyuki-gitea-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/liteyuki-gitea-release.yaml b/.github/workflows/liteyuki-gitea-release.yaml index 730f370..1da6440 100644 --- a/.github/workflows/liteyuki-gitea-release.yaml +++ b/.github/workflows/liteyuki-gitea-release.yaml @@ -21,7 +21,7 @@ jobs: GITEA_API_URL: https://git.liteyuki.icu/api/v1 # 替换为你的 Gitea API 地址 run: | TAG_NAME=$(echo $GITHUB_REF | sed 's/refs\/tags\///') - echo ${{ github.repository }} ${{ github.repository_owner }} ${{ github.event.repository.name }} + echo 'AAA ${{ github.repository }} ${{ github.repository_owner }} ${{ github.event.repository.name }}' curl -X POST "$GITEA_API_URL/repos/bot/yukilog/releases" \ -H "Authorization: token $GITEA_TOKEN" \ -H "Content-Type: application/json" \