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