File tree 1 file changed +6
-2
lines changed 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -626,6 +626,8 @@ steps:
626
626
commit_message : " [skip ci] Updated translations via Crowdin"
627
627
remote : " git@github.com:go-gitea/gitea.git"
628
628
environment :
629
+ DRONE_COMMIT_AUTHOR_EMAIL : " teabot@gitea.io"
630
+ DRONE_COMMIT_AUTHOR : GiteaBot
629
631
GIT_PUSH_SSH_KEY :
630
632
from_secret : git_push_ssh_key
631
633
@@ -670,12 +672,14 @@ steps:
670
672
pull : always
671
673
settings :
672
674
author_email : " teabot@gitea.io"
673
- author_name : GiteaBot
675
+ author_name : " GiteaBot"
674
676
branch : main
675
677
commit : true
676
- commit_message : " [skip ci] Updated licenses and gitignores "
678
+ commit_message : " [skip ci] Updated licenses and gitignores"
677
679
remote : " git@github.com:go-gitea/gitea.git"
678
680
environment :
681
+ DRONE_COMMIT_AUTHOR_EMAIL : " teabot@gitea.io"
682
+ DRONE_COMMIT_AUTHOR : " GiteaBot"
679
683
GIT_PUSH_SSH_KEY :
680
684
from_secret : git_push_ssh_key
681
685
You can’t perform that action at this time.
0 commit comments