Cross-Repo Data Sync
「クロスリポジトリデータ同期」
Create a GitHub Action that pulls data from a secondary repository, processes it, and stores the results.
「セカンダリリポジトリからデータを取得し、処理を行った後、結果を保存するGitHub Actionを作成する。」
Prompt
Write a GitHub Action that clones a secondary repo, pulls in the latest JSON data from it, processes it with a script, and stores the result in this repo as part of a nightly data sync.