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.
构建一个GitHub Action,用于从外部API获取数据,将其格式化为Markdown,并保存至代码仓库。
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.