From 509e77062e15e4ab3b184bc01a1a8ad6ee6ac713 Mon Sep 17 00:00:00 2001 From: freearhey Date: Tue, 4 May 2021 16:09:42 +0300 Subject: [PATCH] Update update-codes.yml --- .github/workflows/update-codes.yml | 1 - 1 file changed, 1 deletion(-) 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