diff options
author | techknowlogick <techknowlogick@gitea.io> | 2021-05-10 20:27:56 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-10 20:27:56 -0400 |
commit | 2dc3e4edc8fff3020b60d70c8ca9836a6571a70d (patch) | |
tree | 7263e054f5bea3f8ecfed0d144b1939b46fdf107 /.drone.yml | |
parent | f8335444de91796f8a90bb108f53bf432012366d (diff) | |
download | gitea-2dc3e4edc8fff3020b60d70c8ca9836a6571a70d.tar.gz gitea-2dc3e4edc8fff3020b60d70c8ca9836a6571a70d.zip |
point appleboy/drone-git-push to use updated primary branch
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml index 07c44cac53..565529e658 100644 --- a/.drone.yml +++ b/.drone.yml @@ -414,6 +414,7 @@ steps: settings: author_email: "teabot@gitea.io" author_name: GiteaBot + branch: main commit: true commit_message: "[skip ci] Updated translations via Crowdin" remote: "git@github.com:go-gitea/gitea.git" @@ -461,6 +462,7 @@ steps: settings: author_email: "teabot@gitea.io" author_name: GiteaBot + branch: main commit: true commit_message: "[skip ci] Updated licenses and gitignores " remote: "git@github.com:go-gitea/gitea.git" |