From fc279a7228d6b2d96d894e8efe0b86a1e56c4992 Mon Sep 17 00:00:00 2001 From: theautomation Date: Thu, 5 Jan 2023 10:02:44 +0100 Subject: [PATCH] Add single quotes --- cicd/pipeline.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cicd/pipeline.yaml b/cicd/pipeline.yaml index 2bdc323..72ebd63 100644 --- a/cicd/pipeline.yaml +++ b/cicd/pipeline.yaml @@ -79,8 +79,8 @@ steps: branch: ${DRONE_BRANCH} force: false commit: true - commit_message: "[bot] [skip ci] bump image tag" - author_name: ci-bot + commit_message: '[bot] [skip ci] bump image tag' + author_name: "ci-bot" ssh_key: from_secret: github_ssh_key