增加 README 节点信息及鸣谢名单

This commit is contained in:
Alan Bobs 2022-02-25 18:58:25 +08:00
parent 0312dab68b
commit cb3104d64e

View File

@ -43,6 +43,7 @@ jobs:
git config --local user.name "Alan Bobs"
git add ./sub
git add ./utils
git add README.md
git commit -m "$(date '+%Y-%m-%d %H:%M:%S')合并节点"
- name: 推送更改
uses: ad-m/github-push-action@master