diff options
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.drone.yml b/.drone.yml index 968f18b8c9..f8dc0c9d25 100644 --- a/.drone.yml +++ b/.drone.yml @@ -25,7 +25,7 @@ pipeline: image: appleboy/drone-git-push pull: true secrets: [ git_push_ssh_key ] - remote_name: origin + remote: git@github.com:go-gitea/gitea.git force: false commit: true commit_message: "[skip ci] Updated translations via Crowdin" |