Skip to content

Commit

Permalink
updated the signing based chrore commits to sync docs
Browse files Browse the repository at this point in the history
Signed-off-by: Dipankar Das <[email protected]>
  • Loading branch information
dipankardas011 committed Dec 2, 2024
1 parent 1193a00 commit 64b5702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 64b5702

Please sign in to comment.