From 0c909c00e1c05810197c73e786a5e4ddf26845d2 Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Mon, 20 Apr 2026 21:50:48 +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 9e71762..8d55c93 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 -b $CI_COMMIT_BRANCH - - git -C ./target commit -m "Update protobuf definitions: $CI_COMMIT_SHA" + - 'git -C ./target commit -m "Update protobuf definitions: $CI_COMMIT_SHA"' - git -C ./target push