diff --git a/.github/workflows/scrape.yaml b/.github/workflows/scrape.yaml index c54b03cea..4772bf222 100644 --- a/.github/workflows/scrape.yaml +++ b/.github/workflows/scrape.yaml @@ -47,6 +47,7 @@ jobs: run: |- git config user.name "Automated" git config user.email "actions@users.noreply.github.com" + git pull git add -A timestamp=$(date -u) git commit -m "Latest data: ${timestamp}" || exit 0