Skip to content

Commit

Permalink
chore: readme actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Qiu-Jun committed Jul 8, 2024
1 parent 962e328 commit f480419
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/readme.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
on:
push:
branches:
- beta12

# action 名称
name: Contributes

jobs:
# 任务
contrib-readme-en-job:
runs-on: ubuntu-latest
name: A job to automate contrib in readme
steps:
- name: Contribute List
uses: akhilmhdh/[email protected]
with:
image_size: 80
use_username: true
env:
GITHUB_TOKEN: ${{ secrets.YFT_DESIGN }}
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,3 +164,11 @@ email: [email protected]

## License
Licensed under the MIT License.

## 管理员
<!-- readme: collaborators -start -->
<!-- readme: collaborators -end -->

## 贡献者
<!-- readme: collaborators,contributors -start -->
<!-- readme: collaborators,contributors -end -->

0 comments on commit f480419

Please sign in to comment.