Set the bot username
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/go-generate Pipeline was successful
ci/woodpecker/push/repo-checks Pipeline was successful

Signed-off-by: Nikolai Rodionov <allanger@badhouseplants.net>
This commit is contained in:
2026-04-20 22:33:11 +02:00
parent cf30d5f2f2
commit 22e8ba2da5

View File

@@ -35,8 +35,8 @@ steps:
- git -C ./target add .
- |-
git -C ./target commit --allow-empty \
-m "${CI_COMMIT_MESSAGE}" \
-m "By ${CI_COMMIT_AUTHOR_EMAIL}" \
-m "Update protobuf definitions: ${CI_COMMIT_SHA:0:8}" \
-m "By ${CI_COMMIT_AUTHOR}" \
-m "Commit link: ${CI_REPO_URL}/commit/${CI_COMMIT_SHA}" \
-m "Pipeline link: ${CI_PIPELINE_URL}"
- git -C ./target push --set-upstream origin $CI_COMMIT_BRANCH