From 454bc0629fa0010f6f2e5a58e4dc81486f8a62eb Mon Sep 17 00:00:00 2001 From: Lucas Lopes Date: Fri, 29 Sep 2023 14:04:38 -0300 Subject: [PATCH] Fixing github-action bot's comment formatting --- .github/workflows/validation-comment.yaml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/validation-comment.yaml b/.github/workflows/validation-comment.yaml index 3bc6f3e30..6ffab10b7 100644 --- a/.github/workflows/validation-comment.yaml +++ b/.github/workflows/validation-comment.yaml @@ -21,15 +21,15 @@ jobs: issue_number: context.issue.number, owner: context.repo.owner, repo: context.repo.repo, - body: `## Validation steps - - Ensure all container images have repository and tag on the same level to ensure that all container images are included in rancher-images.txt which are used by airgap customers. - - Add a 👍 (thumbs up) reaction to this comment once done. CI won't pass without this reaction to the github-action bot's latest validation comment. The thumbs up reaction must be from the PR's author. - - Approve the PR to run the CI check. - -
-                Ex:- 
-                  longhorn-controller:
-                    repository: rancher/hardened-sriov-cni
-                    tag: v2.6.3-build20230913
-                
`, + body: + `## Validation steps + - Ensure all container images have repository and tag on the same level to ensure that all container images are included in rancher-images.txt which are used by airgap customers. +
+              Ex:- 
+                longhorn-controller:
+                  repository: rancher/hardened-sriov-cni
+                  tag: v2.6.3-build20230913
+              
+ - Add a 👍 (thumbs up) reaction to this comment once done. CI won't pass without this reaction to the github-action bot's latest validation comment. The thumbs up reaction must be from the PR's author. + - Approve the PR to run the CI check.` })