Skip to content

Commit

Permalink
Add commit and push after sorting
Browse files Browse the repository at this point in the history
Co-authored-by: Jelle Treep <[email protected]>
  • Loading branch information
kequach and jelletreep authored Sep 4, 2024
1 parent 9814947 commit ac9c57b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/sort_readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,17 @@ jobs:
- name: sort readme # run the run.py to get the latest data
run: |
python sort.py
- name: Commit files
run: |
git config --local user.email "[email protected]"
git config --local user.name "GitHub Utrecht University"
git add .
git commit -m "sort README"
continue-on-error: true
- name: Push changes
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
continue-on-error: true

0 comments on commit ac9c57b

Please sign in to comment.