Fix update contributors workflow

This commit is contained in:
Bruno Alla 2022-12-13 21:35:25 +00:00 committed by GitHub
parent ed90ead15f
commit bf9346eda5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,6 +29,8 @@ jobs:
pip install -r requirements.txt
- name: Update list
run: python scripts/update_contributors.py
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v4.16.0