mirror of
https://github.com/jaywcjlove/awesome-mac.git
synced 2026-04-11 02:11:46 +08:00
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:
parent
1ca59fe351
commit
a9f8d534a3
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user