Skip to content

CI

CI #6

Workflow file for this run

name: CI
on:
workflow_dispatch:
jobs:
build-deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Generate Contributors Images
uses: jaywcjlove/[email protected]
id: contributors
with:
filter-author: (renovate\[bot\]|renovate-bot|@github-actions-bot|dependabot\[bot\]|Imgbot)
avatarSize: 42
- name: Modify README.md
uses: jaywcjlove/[email protected]
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}}