From 4e8b98bab2d1fb740e4fcecf39b59cd51a126573 Mon Sep 17 00:00:00 2001 From: Akhil Mohan Date: Fri, 3 May 2024 20:50:00 +0530 Subject: [PATCH] chore: updated readme for new release --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ada4d8d..22baaad 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.8 + uses: akhilmhdh/contributors-readme-action@v2.3.9 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} ``` @@ -52,7 +52,7 @@ That's it! To add it to your existing workflow, **append** this to your current `.yml` workflow script. ```yml -- uses: akhilmhdh/contributors-readme-action@v2.3.8 +- uses: akhilmhdh/contributors-readme-action@v2.3.9 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.8 + uses: akhilmhdh/contributors-readme-action@v2.3.9 with: image_size: 100 ```