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)