From 2e1e19921cb5a6d7016c02da15eb054cda05a25b Mon Sep 17 00:00:00 2001 From: Derek Willis Date: Tue, 29 Aug 2023 07:54:09 -0400 Subject: [PATCH] Update scrape.yaml --- .github/workflows/scrape.yaml | 1 + 1 file changed, 1 insertion(+) 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