We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75aa3ed commit bd148e6Copy full SHA for bd148e6
lib/tasks/news.rake
@@ -104,7 +104,7 @@ namespace :news do
104
TASK_LOGGER.info("📢 PR TIMES から #{prtimes_items.size} 件を取得")
105
106
podcast_items = fetch_podcast_posts(DOJO_CAST_FEED)
107
- TASK_LOGGER.info("🎙️ DojoCast から #{podcast_items.size} 件を取得")
+ TASK_LOGGER.info("📻 DojoCast から #{podcast_items.size} 件を取得")
108
109
items = dojo_news_items + prtimes_items + podcast_items
110
end
0 commit comments