From 0fdd8a0e8606290f9ea06fec8dbe2732afcc5076 Mon Sep 17 00:00:00 2001 From: Aidan Date: Sat, 1 Mar 2025 15:10:23 -0500 Subject: [PATCH] actions: bug fix (again, idk?) --- .github/workflows/bump.yml | 1 - 1 file changed, 1 deletion(-) 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