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