feat: 增加版权所有声明和网站链接
This commit is contained in:
@@ -164,7 +164,8 @@ jobs:
|
|||||||
echo "Workflow ID: $GITHUB_RUN_ID"
|
echo "Workflow ID: $GITHUB_RUN_ID"
|
||||||
echo "Beijing Time: $BEIJING_TIME"
|
echo "Beijing Time: $BEIJING_TIME"
|
||||||
echo "Copyright © 2024 NianBroken. All rights reserved."
|
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
|
- name: Delete __pycache__ folder
|
||||||
run: |
|
run: |
|
||||||
@@ -177,4 +178,4 @@ jobs:
|
|||||||
# 将更改强制推送到main分支
|
# 将更改强制推送到main分支
|
||||||
git add .
|
git add .
|
||||||
git commit -m "Update from GitHub Actions" || true
|
git commit -m "Update from GitHub Actions" || true
|
||||||
git push origin main --force
|
git push origin main --force
|
||||||
|
|||||||
Reference in New Issue
Block a user