From 53b36899bf989a5093e79c75ea946f8ff003dd8f Mon Sep 17 00:00:00 2001 From: Gabe Cook Date: Sat, 27 Jul 2024 17:34:36 -0500 Subject: [PATCH] docs(readme): Use conventional commit message in example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f7d784..07fb470 100644 --- a/README.md +++ b/README.md @@ -45,5 +45,5 @@ jobs: file: deployment.yaml values: | tag=${{ github.sha }} - commit_message: ":arrow_up: Bump deployment to ${{ steps.short-sha.outputs.sha }}" + commit_message: "chore: Bump deployment to ${{ steps.short-sha.outputs.sha }}" ```