ci: add detailed RSS feed commit message

Update the RSS feed auto-commit step to include a descriptive body and direct feed URLs for English, Chinese, Korean, and Japanese feeds.
This commit is contained in:
小弟调调 2026-04-03 08:05:59 +08:00
parent 1ca59fe351
commit a9f8d534a3

View File

@ -32,7 +32,15 @@ jobs:
git config user.name "github-actions[bot]"
git config user.email "github-actions[bot]@users.noreply.github.com"
git add feed/*.xml
git commit -m "chore: update RSS feeds [skip ci]"
git commit \
-m "chore: update RSS feeds [skip ci]" \
-m "Refresh generated RSS feeds for recently added high-quality macOS apps." \
-m "Feeds:
https://jaywcjlove.github.io/awesome-mac/feed.xml
https://jaywcjlove.github.io/awesome-mac/feed-zh.xml
https://jaywcjlove.github.io/awesome-mac/feed-ko.xml
https://jaywcjlove.github.io/awesome-mac/feed-ja.xml"
git push
- run: cp -rp feed/*.xml dist