diff --git a/.github/workflows/cron.yml b/.github/workflows/cron.yml index 3de9c0d8fe..987c9fc0c7 100644 --- a/.github/workflows/cron.yml +++ b/.github/workflows/cron.yml @@ -51,11 +51,8 @@ jobs: git config --global user.email 'cache-bot@bgdlabs.com' git config --global pull.rebase true git add . - git commit -am "fix(cache): automatic cache update :robot:" + git commit -am "chore(cache): automatic cache update :robot:" git pull --rebase --autostash git push exit fi - - - \ No newline at end of file