From 349f7337db4c365e02c72f379a8c46815de804cb Mon Sep 17 00:00:00 2001 From: Om Mishra <32200996+mishraomp@users.noreply.github.com> Date: Sun, 29 Sep 2024 19:08:26 -0700 Subject: [PATCH] chore: better looking comment --- .github/workflows/pr-validate.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr-validate.yml b/.github/workflows/pr-validate.yml index 13989a8ad..7c88a5c0e 100644 --- a/.github/workflows/pr-validate.yml +++ b/.github/workflows/pr-validate.yml @@ -14,9 +14,13 @@ jobs: if: (! github.event.pull_request.draft) uses: bcgov/quickstart-openshift-helpers/.github/workflows/.pr-validate.yml@v0.7.0 with: - markdown_links: | - - [Frontend](https://${{ github.event.repository.name }}-${{ github.event.number }}-frontend.apps.silver.devops.gov.bc.ca) - - [Backend](https://${{ github.event.repository.name }}-${{ github.event.number }}-frontend.apps.silver.devops.gov.bc.ca/api) + add_markdown: | + :rocket: Deployed PR to Sandbox Environment + + :---: + + - [Frontend](https://${{ github.event.repository.name }}-${{ github.event.number }}-frontend.apps.silver.devops.gov.bc.ca) + - [Backend](https://${{ github.event.repository.name }}-${{ github.event.number }}-frontend.apps.silver.devops.gov.bc.ca/api) results: name: Validate Results