From 64b5702b635dde35d205bf1236c9fc53c173dd28 Mon Sep 17 00:00:00 2001 From: Dipankar Das <65275144+dipankardas011@users.noreply.github.com> Date: Mon, 2 Dec 2024 13:22:42 +0530 Subject: [PATCH] updated the signing based chrore commits to sync docs Signed-off-by: Dipankar Das <65275144+dipankardas011@users.noreply.github.com> --- .github/workflows/sync-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-docs.yml b/.github/workflows/sync-docs.yml index 9b83a1b..ab6e950 100644 --- a/.github/workflows/sync-docs.yml +++ b/.github/workflows/sync-docs.yml @@ -56,4 +56,4 @@ jobs: git add content/en/docs/Reference git remote -v git branch -v - git diff --quiet && git diff --staged --quiet || (git commit -m "chore(cicd): Update CLI documentation" && git push docs dev) + git diff --quiet && git diff --staged --quiet || (git commit -sm "chore(cicd): Update CLI documentation" && git push docs dev)