chore: standardize commit messages for RSS feed updates
This commit is contained in:
2
.github/workflows/update_feed_monthly.yml
vendored
2
.github/workflows/update_feed_monthly.yml
vendored
@@ -42,5 +42,5 @@ jobs:
|
||||
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
|
||||
git add feed_monthly.xml
|
||||
# Commit only if there are changes staged
|
||||
git diff --staged --quiet || git commit -m "Update Monthly RSS feed"
|
||||
git diff --staged --quiet || git commit -m "bot: update monthly RSS feed"
|
||||
git push
|
||||
Reference in New Issue
Block a user