更新仓库地址 #76
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 生成贡献列表 | |
on: | |
push: | |
branches: | |
- main | |
paths: | |
- 'README.md' | |
jobs: | |
contrib-readme-job: | |
runs-on: ubuntu-latest | |
name: 生成贡献列表 | |
permissions: | |
contents: write | |
pull-requests: write | |
steps: | |
- name: Contribute List | |
uses: akhilmhdh/[email protected] | |
with: | |
image_size: 50 | |
columns_per_row: 5 | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |