Daily Data Fetch Commit
「日次データ取得コミット」
Set up a GitHub Action that automatically fetches data from an API and commits the results daily.
「APIからデータを自動的に取得し、結果を毎日コミットするGitHub Actionを設定してください。」
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?