From a09879b029290f9f59c688b15c8b8b8121c282ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charlotte=20=F0=9F=A6=9D=20Delenk?= Date: Fri, 24 Jun 2022 07:53:22 +0100 Subject: [PATCH] fix git push syntax --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index d1b3f9c..f1f46a2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -30,7 +30,7 @@ steps: - git config 'user.name' 'Gitea Bot' - git add . - git commit -am "Update packages" - - git push --force origin update-package + - git push --force origin main:update-package - name: Create pull request image: alpine:latest commands: