diff --git a/.github/workflows/bump.yml b/.github/workflows/bump.yml index b7a2670..2fc7be1 100644 --- a/.github/workflows/bump.yml +++ b/.github/workflows/bump.yml @@ -35,7 +35,6 @@ jobs: git config --global user.name "LibreCloud Actions Bot" git config --global user.email "git@pontusmail.org" git remote set-url origin https://${USERNAME_GITEA}:${TOKEN_GITEA}@git.pontusmail.org/librecloud/mail-connect.git - git pull --rebase origin main git add . git commit -m "chore: bump dependencies" || exit 0 git push origin main \ No newline at end of file