✨ 增加贡献者
This commit is contained in:
14
.github/workflows/main.yml
vendored
Normal file
14
.github/workflows/main.yml
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
contrib-readme-job:
|
||||
runs-on: ubuntu-latest
|
||||
name: A job to automate contrib in readme
|
||||
steps:
|
||||
- name: Contribute List
|
||||
uses: akhilmhdh/contributors-readme-action@v2.3.6
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
@@ -108,9 +108,8 @@ npm run build
|
||||
|
||||
## 贡献者
|
||||
|
||||
<a href="https://github.com/tw93/pake/graphs/contributors">
|
||||
<img src="https://contrib.rocks/image?repo=tw93/pake" />
|
||||
</a>
|
||||
<!-- readme: contributors -start -->
|
||||
<!-- readme: contributors -end -->
|
||||
|
||||
## 支持
|
||||
|
||||
|
||||
@@ -108,9 +108,8 @@ npm run build
|
||||
|
||||
## Contributors
|
||||
|
||||
<a href="https://github.com/tw93/pake/graphs/contributors">
|
||||
<img src="https://contrib.rocks/image?repo=tw93/pake" />
|
||||
</a>
|
||||
<!-- readme: collaborators,contributors -start -->
|
||||
<!-- readme: collaborators,contributors -end -->
|
||||
|
||||
## Support
|
||||
|
||||
|
||||
Reference in New Issue
Block a user