diff --git a/.github/workflows/update-codes.yml b/.github/workflows/update-codes.yml index 0b4d14ab..1ac1cd27 100644 --- a/.github/workflows/update-codes.yml +++ b/.github/workflows/update-codes.yml @@ -19,5 +19,4 @@ jobs: git config user.email github-actions@github.com git add . git diff-index --quiet HEAD || git commit -m "[Bot] Update codes" - git pull git push