From 659f9f850087a99ceb1e0e91cdac32cc60ac617c Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Mon, 20 Apr 2026 21:53:18 +0200 Subject: [PATCH] Try pulling the go repo Signed-off-by: Nikolai Rodionov --- .woodpecker/go-generate.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/go-generate.yaml b/.woodpecker/go-generate.yaml index 0839de1..1e1e865 100644 --- a/.woodpecker/go-generate.yaml +++ b/.woodpecker/go-generate.yaml @@ -31,5 +31,5 @@ steps: - 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 commit -m "Update protobuf definitions: $CI_COMMIT_SHA"' + - 'git -C ./target commit --all -m "Update protobuf definitions: $CI_COMMIT_SHA"' - git -C ./target push