Skip to content

Commit

Permalink
fix: alter message to be chore, not fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sakulstra committed May 29, 2024
1 parent bc67077 commit 36fd3bb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,8 @@ jobs:
git config --global user.email '[email protected]'
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

0 comments on commit 36fd3bb

Please sign in to comment.