Update workflow to commit updated file

This commit is contained in:
Bruno Alla 2020-08-10 18:09:03 +01:00
parent 100a91eec3
commit 9344038479

View File

@ -23,3 +23,9 @@ jobs:
pip install -r requirements.txt
- name: Update list
run: python scripts/update_contributors.py
- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Update Contributors
file_pattern: CONTRIBUTORS.md