diff --git a/.github/workflows/scrape.yml b/.github/workflows/scrape.yml index 6fcf1d9..4a79c3b 100644 --- a/.github/workflows/scrape.yml +++ b/.github/workflows/scrape.yml @@ -24,8 +24,8 @@ jobs: - name: Commit and push changed files run: | git diff - git config --global user.email 'github-actions[bot]@users.noreply.github.com' - git config --global user.name 'github-actions[bot]' + git config --global user.name "github-actions[bot]" + git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com" git add -A git commit -m "🤖 Automated update (`date +%FT%T%z`)" || exit 0 git push