diff --git a/.github/workflows/crawl.yml b/.github/workflows/crawl.yml index 569e62519..82abb15e0 100644 --- a/.github/workflows/crawl.yml +++ b/.github/workflows/crawl.yml @@ -23,6 +23,8 @@ jobs: - name: Push to Github run: | git add ./date.txt + git config --global user.name "Zain-ul-din" + git config --global user.email "Zain-ul-din@users.noreply.github.com" git commit -m "updated: date.txt" git push origin master echo "done"