浏览代码

Update contributors.yml

MD AL AMIN TALUKDAR 2 年之前
父节点
当前提交
16e67e831a
共有 1 个文件被更改,包括 4 次插入1 次删除
  1. 4 1
      .github/workflows/contributors.yml

+ 4 - 1
.github/workflows/contributors.yml

@@ -13,8 +13,11 @@ jobs:
     name: A job to automate contrib in readme
     steps:
       - name: Contribute List
-        uses: akhilmhdh/contributors-readme-action@v2.3.6
+        uses: akhilmhdh/contributors-readme-action@master
         with:
           use_username: true
+          image_size: 80
+          readme_path: README.md
+          columns_per_row: 7
         env:
           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}