🐛 update name

This commit is contained in:
Tw93
2023-01-07 21:25:58 +08:00
parent 19a35f39b6
commit 444e798bfe

18
.github/workflows/contribute_list.yml vendored Normal file
View File

@@ -0,0 +1,18 @@
name: Build Contribute List
on:
push:
branches:
- master
jobs:
contrib-readme-job:
runs-on: ubuntu-latest
name: A job to automate contrib in readme
steps:
- name: Contribute List
uses: akhilmhdh/contributors-readme-action@v2.3.6
with:
image_size: 90
columns_per_row: 7
env:
GITHUB_TOKEN: ${{ secrets.TOKEN }}