diff --git a/.github/workflows/pr_comment_finished.yml b/.github/workflows/pr_comment_finished.yml index 64e508cb..82847a67 100644 --- a/.github/workflows/pr_comment_finished.yml +++ b/.github/workflows/pr_comment_finished.yml @@ -43,10 +43,10 @@ jobs: echo "" > fireconfig-comment.md echo "## Kubernetes Object DAG" >> fireconfig-comment.md cat k8s-plan-artifacts/dag.mermaid >> fireconfig-comment.md - echo ' New object' >> fireconfig-comment.md - echo ' Deleted object' >> fireconfig-comment.md - echo ' Updated object' >> fireconfig-comment.md - echo ' Updated object (causes pod recreation)' \ + echo " New object" >> fireconfig-comment.md + echo " Deleted object" >> fireconfig-comment.md + echo " Updated object" >> fireconfig-comment.md + echo " Updated object (causes pod recreation)" \ >> fireconfig-comment.md echo "## Detailed Diff" >> fireconfig-comment.md cat k8s-plan-artifacts/k8s.df >> fireconfig-comment.md