Daily Data Fetch Commit
每日数据获取提交
Set up a GitHub Action that automatically fetches data from an API and commits the results daily.
设置一个GitHub Action,用于每日自动从API获取数据并提交结果。
Prompt
I want to run a script in my repo once a day that fetches data from an API and commits the updated results to the repo. Can you help me write that GitHub Action and the script?