diff --git a/.github/workflows/scrape.yml b/.github/workflows/scrape.yml index 6835546..942e80d 100644 --- a/.github/workflows/scrape.yml +++ b/.github/workflows/scrape.yml @@ -23,8 +23,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 "🤖 Add new post for `date +%F`" || exit 0 git push