From 6e19f552f934ce607a13f29710a2b12fb45f49b4 Mon Sep 17 00:00:00 2001 From: NianBroken Date: Thu, 25 Jul 2024 19:45:10 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A2=9E=E5=8A=A0=E7=89=88=E6=9D=83?= =?UTF-8?q?=E6=89=80=E6=9C=89=E5=A3=B0=E6=98=8E=E5=92=8C=E7=BD=91=E7=AB=99?= =?UTF-8?q?=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/main.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fb732d9..613a14b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -164,7 +164,8 @@ jobs: echo "Workflow ID: $GITHUB_RUN_ID" echo "Beijing Time: $BEIJING_TIME" echo "Copyright © 2024 NianBroken. All rights reserved." - echo "https://www.nianbroken.top/" + echo "Author's website: https://www.nianbroken.top/" + echo "Author's Repository URL: https://github.com/NianBroken/ZFCheckScores/" - name: Delete __pycache__ folder run: | @@ -177,4 +178,4 @@ jobs: # 将更改强制推送到main分支 git add . git commit -m "Update from GitHub Actions" || true - git push origin main --force \ No newline at end of file + git push origin main --force