Skip to content

Contributors

Contributors #18

Workflow file for this run

name: contributors
run-name: "Contributors"
on:
workflow_dispatch:
push:
branches:
- main
jobs:
contrib-readme-job:
strategy:
max-parallel: 1
matrix:
readme_path: [README.md, README-ZH.md]
runs-on: ubuntu-latest
name: A job to automate contrib in readme
steps:
- name: Contribute List - ${{ matrix.readme_path }}
uses: akhilmhdh/[email protected]
with:
image_size: 100
readme_path: ${{ matrix.readme_path }}
use_username: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}