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.