From 9053678a8b35f006673312a1fad97fd4973a2459 Mon Sep 17 00:00:00 2001 From: samuelarogbonlo Date: Thu, 29 Jun 2023 12:17:57 +0100 Subject: [PATCH] added to make the pull request message better Signed-off-by: samuelarogbonlo --- composite-action/terraform/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composite-action/terraform/action.yml b/composite-action/terraform/action.yml index 4e6805821..0f8969ec0 100644 --- a/composite-action/terraform/action.yml +++ b/composite-action/terraform/action.yml @@ -85,7 +85,7 @@ runs: comment-id: ${{ steps.fc.outputs.comment-id }} issue-number: ${{ github.event.pull_request.number }} body: | - ### Forest ${{ inputs.environment }} Infrastructure Plan: ${{ steps.plan.outcome }} + ### Forest: ${{ inputs.environment }} Infrastructure Plan: ${{ steps.plan.outcome }}
Show Plan