Skip to content

Commit

Permalink
Rename commit step in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
reconman authored Apr 6, 2023
1 parent 454e7e5 commit aec6904
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements.txt
python sort.py
- uses: stefanzweifel/git-auto-commit-action@v4
- name: Commit changes from sorting
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Sort entries

0 comments on commit aec6904

Please sign in to comment.