Skip to content

更新仓库地址

更新仓库地址 #76

Workflow file for this run

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 }}