From 36fd3bb783a273e3436748b6d189605e1bb299af Mon Sep 17 00:00:00 2001 From: sakulstra Date: Wed, 29 May 2024 16:27:52 +0200 Subject: [PATCH] fix: alter message to be chore, not fix --- .github/workflows/cron.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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