diff --git a/.github/workflows/contributors.yml b/.github/workflows/contributors.yml index 64fd330..3f88f5c 100644 --- a/.github/workflows/contributors.yml +++ b/.github/workflows/contributors.yml @@ -8,17 +8,11 @@ on: branches: [main, dev] jobs: - add-contributors: + contrib-readme-job: runs-on: ubuntu-latest + name: A job to automate contrib in readme steps: - - uses: actions/checkout@v2 - - uses: BobAnkh/add-contributors@master - with: - CONTRIBUTOR: '### Contributors' - COLUMN_PER_ROW: '6' - ACCESS_TOKEN: ${{secrets.GITHUB_TOKEN}} - IMG_WIDTH: '100' - FONT_SIZE: '14' - PATH: '/README.md' - COMMIT_MESSAGE: 'docs(README): update contributors' - AVATAR_SHAPE: 'round' + - name: Contribute List + uses: akhilmhdh/contributors-readme-action@v2.3.6 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/README.md b/README.md index c3a9dac..6229d4e 100644 --- a/README.md +++ b/README.md @@ -8,13 +8,12 @@ Video como hacer PR: https://youtu.be/Lxt8Acob6aU **Comunidad** + + > Forma parte de este proyecto. - [Discord](https://link.codigoencasa.com/DISCORD) - [Twitter](https://twitter.com/leifermendez) - [Youtube](https://www.youtube.com/watch?v=5lEMCeWEJ8o&list=PL_WGMLcL4jzWPhdhcUyhbFU6bC0oJd2BR) -- [Telegram](https://t.me/leifermendez) - - - \ No newline at end of file +- [Telegram](https://t.me/leifermendez) \ No newline at end of file