Don't error if there are no changes to set tracking

This commit is contained in:
ExpensiveKoala 2024-09-28 23:31:11 -07:00 committed by GitHub
parent 78eb918835
commit 200e923fd7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -201,5 +201,5 @@ jobs:
git config user.email github-actions@github.com
# Stage the Set-implementation-list.md file, commit, then push
git add ./wiki/*
git commit -m "Update Set-implementation-list.md"
git commit -m "Update Set-implementation-list.md" || exit 0
git push