Skip to content

Commit

Permalink
doc: Modify Contributors info.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Nov 13, 2022
1 parent e2b474d commit 48c51ac
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!
一如既往,感谢我们出色的贡献者!

<!--GAMFC-->
<a href="https://github.com/jaywcjlove/linux-command/graphs/contributors">
<img src="https://jaywcjlove.github.io/linux-command/CONTRIBUTORS.svg" />
</a>
<!--GAMFC-END-->

Made with [github-action-contributors](https://github.com/jaywcjlove/github-action-contributors).
贡献者列表,由 [contributors](https://github.com/jaywcjlove/github-action-contributors) 自动生成

## License

Expand Down

0 comments on commit 48c51ac

Please sign in to comment.