Skip to content

Commit

Permalink
Fix the false error we currently get
Browse files Browse the repository at this point in the history
  • Loading branch information
aaruni96 committed Dec 11, 2024
1 parent 4bc230a commit 1ba7c80
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 @@ -47,7 +47,7 @@ jobs:
- name: Commit Changes
run: |
git add _data/people_list.yml
git commit -m "Update contributors on $(date +'%Y-%m-%d')"
git commit -m "Update contributors on $(date +'%Y-%m-%d')" || echo "Nothing to commit!"
# Create a pull request
- name: Create Pull Request
Expand Down

0 comments on commit 1ba7c80

Please sign in to comment.