External API Data Fetcher
Build a GitHub Action that retrieves data from external APIs, formats it as markdown, and saves it to the repository.
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.