@@ -619,15 +619,15 @@ steps:
619
619
image : appleboy/drone-git-push
620
620
pull : always
621
621
settings :
622
- author_email : &author_email "teabot@gitea.io"
623
- author_name : &author_name GiteaBot
622
+ author_email : " teabot@gitea.io"
623
+ author_name : GiteaBot
624
624
branch : main
625
625
commit : true
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 : *author_email
630
- DRONE_COMMIT_AUTHOR : *author_name
629
+ DRONE_COMMIT_AUTHOR_EMAIL : " teabot@gitea.io "
630
+ DRONE_COMMIT_AUTHOR : GiteaBot
631
631
GIT_PUSH_SSH_KEY :
632
632
from_secret : git_push_ssh_key
633
633
@@ -671,15 +671,15 @@ steps:
671
671
image : appleboy/drone-git-push
672
672
pull : always
673
673
settings :
674
- author_email : *author_email
675
- author_name : *author_name
674
+ author_email : " teabot@gitea.io "
675
+ author_name : " GiteaBot "
676
676
branch : main
677
677
commit : true
678
678
commit_message : " [skip ci] Updated licenses and gitignores"
679
679
remote : " git@github.com:go-gitea/gitea.git"
680
680
environment :
681
- DRONE_COMMIT_AUTHOR_EMAIL : *author_email
682
- DRONE_COMMIT_AUTHOR : *author_name
681
+ DRONE_COMMIT_AUTHOR_EMAIL : " teabot@gitea.io "
682
+ DRONE_COMMIT_AUTHOR : " GiteaBot "
683
683
GIT_PUSH_SSH_KEY :
684
684
from_secret : git_push_ssh_key
685
685
0 commit comments