Skip to content

Commit

Permalink
Don't fail when there were no commits (the PR action will fail silent…
Browse files Browse the repository at this point in the history
…ly in such cases anyway) (#398)
  • Loading branch information
aaruni96 authored Dec 5, 2024
1 parent da5c304 commit 2810dd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-contrib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Commit Changes
run: |
git add _data/people_list.yml
git commit -m "Update contributors on $(date +'%Y-%m-%d')" || ${echo "No changes to commit" && false}
git commit -m "Update contributors on $(date +'%Y-%m-%d')"
# Create a pull request
- name: Create Pull Request
Expand Down

0 comments on commit 2810dd6

Please sign in to comment.