Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
HsiangNianian committed Jan 27, 2024
1 parent 4f84641 commit 7d6958d
Show file tree
Hide file tree
Showing 3 changed files with 3,495 additions and 34 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/build_credit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,17 @@ jobs:
- name: Install Python dependencies
run: |
python -m pip install -r requirements.txt
- name: Update README
env:
TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |-
python build_credit.py
cat README.md
- name: Commit and push if changed
run: |-
git diff
git config --global user.email "[email protected]"
git config --global user.name "README-bot"
git add -A
git commit -m "Updated content" || exit 0
git push
# - name: Update README
# env:
# TOKEN: ${{ secrets.GITHUB_TOKEN }}
# run: |-
# python build_credit.py
# cat README.md
# - name: Commit and push if changed
# run: |-
# git diff
# git config --global user.email "[email protected]"
# git config --global user.name "README-bot"
# git add -A
# git commit -m "Updated content" || exit 0
# git push
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@ First of all, in the field of machine learning, we drew inspiration from the exc

Secondly, regarding the cross-platform robot framework, it is primarily based on [st](https://github.com/st1020)'s [alicebot](https://github.com/AliceBotProject/alicebot). We have made numerous adaptations to make it compatible with machine learning. We would like to thank the st and alicebot open-source communities for their contributions.

Other credits please see [credits.md](./credits.md).
To avoid any potential disputes or misunderstandings, we have listed the licenses of the projects we have used and express our gratitude towards them. please see [credits.md](./credits.md).

<!-- ## 特别的鸣谢
我们很乐意在下面列出对IamAI的发展方向和动机有着[重大贡献](https://academic.jyunko.cn/2023/04/04/April-Fours-Day.html)的组织和个人。如果你认为你应该在这里,请至少要像Bryan不可思议那样在文章底栏留言或者发送邮件联系我们 :D
Expand Down
Loading

0 comments on commit 7d6958d

Please sign in to comment.