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