Skip to content

Commit 6feaf45

Browse files
committed
Hardcode author
Signed-off-by: Yarden Shoham <hrsi88@gmail.com>
1 parent d40459c commit 6feaf45

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.drone.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -619,15 +619,15 @@ steps:
619619
image: appleboy/drone-git-push
620620
pull: always
621621
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
624624
branch: main
625625
commit: true
626626
commit_message: "[skip ci] Updated translations via Crowdin"
627627
remote: "git@github.com:go-gitea/gitea.git"
628628
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
631631
GIT_PUSH_SSH_KEY:
632632
from_secret: git_push_ssh_key
633633

@@ -671,15 +671,15 @@ steps:
671671
image: appleboy/drone-git-push
672672
pull: always
673673
settings:
674-
author_email: *author_email
675-
author_name: *author_name
674+
author_email: "teabot@gitea.io"
675+
author_name: "GiteaBot"
676676
branch: main
677677
commit: true
678678
commit_message: "[skip ci] Updated licenses and gitignores"
679679
remote: "git@github.com:go-gitea/gitea.git"
680680
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"
683683
GIT_PUSH_SSH_KEY:
684684
from_secret: git_push_ssh_key
685685

0 commit comments

Comments
 (0)