Skip to content

Update contributors images in README.md #1

Update contributors images in README.md

Update contributors images in README.md #1

name: Update contributors images in README.md
on:
workflow_dispatch:
jobs:
build-deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
token: ${{ secrets.CI_GITHUB_TOKEN }} # 要绕过分支保护规则此处不可少
- name: Generate Contributors Images
uses: jaywcjlove/github-action-contributors@v1.3.5
id: contributors
with:
filter-author: (renovate\[bot\]|renovate-bot|@github-actions-bot|dependabot\[bot\]|ImgBotApp)
avatarSize: 42
- name: Modify README.md
uses: jaywcjlove/github-action-modify-file-content@v1.4.4
with:
token: ${{ secrets.CI_GITHUB_TOKEN }}
path: README.md
openDelimiter: '<!--AUTO_GENERATED_PLEASE_DONT_DELETE_IT-->'
closeDelimiter: '<!--AUTO_GENERATED_PLEASE_DONT_DELETE_IT-END-->'
message: '修改文档: 更新`贡献者列表`'
body: |
${{steps.contributors.outputs.htmlList}}