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:28:24 +02:00
parent bb5a976a1b
commit 08bd14d5f0

View File

@@ -21,7 +21,7 @@ steps:
- buf generate
- rm -rf ./target/pkg/*
- cp -r ./gen/go/* ./target/pkg
- name: Clone go repo
- name: Push the change
image: alpine
environment:
GITEA_USER: devops-bot
@@ -29,8 +29,6 @@ steps:
from_secret: gitea_repo_access
commands:
- apk update && apk add git
- git config user.name "woodpecker-ci"
- git config user.email "bot@badhouseplants.net"
- git -C ./target checkout $CI_COMMIT_BRANCH || git -C ./target checkout -b $CI_COMMIT_BRANCH
- git -C ./target add .
- |-