From 0bc98bb70a49a3fe1c53618d88e7ff7e179229d3 Mon Sep 17 00:00:00 2001 From: Akhil Mohan Date: Sat, 20 Apr 2024 20:16:52 +0530 Subject: [PATCH] feat: updated readme to new release version --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cd63d0f..199567e 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ 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@v2.3.7 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} ``` @@ -52,7 +52,7 @@ That's it! To add it to your to your existing workflow, **append** this to your current `.yml` workflow script. ```yml -- uses: akhilmhdh/contributors-readme-action@v2.3.6 +- uses: akhilmhdh/contributors-readme-action@v2.3.7 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} ``` @@ -133,7 +133,7 @@ You can add these optional parameters in your action script to modify the appear ```yml - name: Contribute List - uses: akhilmhdh/contributors-readme-action@v2.3.6 + uses: akhilmhdh/contributors-readme-action@v2.3.7 with: image_size: 100 ```