Skip to content

Commit

Permalink
chore: update issue template scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Sep 17, 2024
1 parent 2463eeb commit 1da4bc4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/scripts/create-rss.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ const rssFilePath = `./feeds/rss/${year}-${week}.json`;
const content = (data[0] ?? "");
rssItem.summary = getSummary(content);
rssItem.content_html = markdown(content);
info(`Issue Body Content HTML: ${content_html}`);
rssItem.url = data[1];
// 输出 rssItem 日志
info(`RSS Item: ${JSON.stringify(rssItem)}`);
Expand Down

0 comments on commit 1da4bc4

Please sign in to comment.