diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index 604969b2c..4c3e91715 100644 --- a/.github/workflows/auto-update.yml +++ b/.github/workflows/auto-update.yml @@ -53,4 +53,5 @@ jobs: git config user.email github-actions@github.com git add . git diff-index --quiet HEAD || git commit -m "[Bot] Update README.md" + git pull git push