Merge pull request #836 from guibranco/dependabot/npm_and_yarn/exampl… #573
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: README.md contributors | |
| on: | |
| push: | |
| branches: | |
| - main | |
| jobs: | |
| contrib-readme-job: | |
| runs-on: ubuntu-latest | |
| name: Update files | |
| steps: | |
| - name: Contribute List | |
| uses: akhilmhdh/[email protected] | |
| env: | |
| GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
| with: | |
| readme_path: README.md | |
| - name: Contribute List | |
| uses: akhilmhdh/[email protected] | |
| env: | |
| GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
| with: | |
| readme_path: README.pt-br.md |