Skip to content

Commit

Permalink
chore: run format after contributors update
Browse files Browse the repository at this point in the history
  • Loading branch information
erezrokah committed Jan 25, 2022
1 parent 36673b1 commit afa187f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/contributors.yml
Expand Up @@ -25,6 +25,8 @@ jobs:
run: npm run site:build:install
- name: Generate Contributors
run: node ./tools/contributors.mjs ${{ secrets.GITHUB_TOKEN }}
- name: Format the package.json file
run: npm run format:fix:prettier
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: 'chore: update contributors field'
Expand Down

0 comments on commit afa187f

Please sign in to comment.