External API Data Fetcher
「外部APIデータフェッチャー」
Build a GitHub Action that retrieves data from external APIs, formats it as markdown, and saves it to the repository.
「外部APIからデータを取得し、マークダウン形式にフォーマットしてリポジトリに保存するGitHub Actionを構築してください。」
Prompt
Build a GitHub Action that fetches data from an external API (e.g., Hacker News, GitHub API, etc.), extracts relevant info (like top 5 items), formats it into a markdown file, and commits it to the repo.