bug: fix failed commits on bump action
All checks were successful
Bump Dependencies / update-dependencies (push) Successful in 23s
Build and Push Nightly CI Image / build_and_push (push) Successful in 2m58s
Build and Push Docker Image / build_and_push (push) Successful in 9s
All checks were successful
Bump Dependencies / update-dependencies (push) Successful in 23s
Build and Push Nightly CI Image / build_and_push (push) Successful in 2m58s
Build and Push Docker Image / build_and_push (push) Successful in 9s
This commit is contained in:
parent
e18542cc57
commit
8516edd79a
@ -35,6 +35,7 @@ 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
|
Loading…
x
Reference in New Issue
Block a user