diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 96960c8266..afded40853 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,10 +15,18 @@ jobs: - name: Generate Contributors Images uses: jaywcjlove/github-action-contributors@main + id: contributors with: filter-author: (renovate\[bot\]|renovate-bot|dependabot\[bot\]) avatarSize: 42 + - name: Modify README.md + uses: jaywcjlove/github-action-modify-file-content@main + with: + path: README.md + body: | + ${{steps.contributors.outputs.htmlList}} + - name: Build Linux Command run: | npm install diff --git a/README.md b/README.md index 3eb76713e3..e8d7b8a1bb 100644 --- a/README.md +++ b/README.md @@ -336,15 +336,17 @@ https://raw.githubusercontent.com/jaywcjlove/linux-command/master/command/<命 ---|---|--- [小弟调调™](http://wangchujiang.com) | [ZhuangZhu-74](https://github.com/ZhuangZhu-74) | [Huck Huang](https://github.com/huckhuang) -## Contributors +## 感谢所有贡献者 -As always, thanks to our amazing contributors! +一如既往,感谢我们出色的贡献者! + + -Made with [github-action-contributors](https://github.com/jaywcjlove/github-action-contributors). +贡献者列表,由 [contributors](https://github.com/jaywcjlove/github-action-contributors) 自动生成 ## License