diff --git a/.github/workflows/pr-validate.yml b/.github/workflows/pr-validate.yml index 69cfbdb01..861ec92ab 100644 --- a/.github/workflows/pr-validate.yml +++ b/.github/workflows/pr-validate.yml @@ -15,8 +15,8 @@ jobs: uses: bcgov/quickstart-openshift-helpers/.github/workflows/.pr-validate.yml@v0.4.1 with: markdown_links: | - - [Frontend](https://${{ github.event.repository.name }}.apps.silver.devops.gov.bc.ca/frontend) - - [Backend](https://${{ github.event.repository.name }}.apps.silver.devops.gov.bc.ca/api) + - [Frontend](https://${{ github.event.repository.name }}-${{ github.event.number }}.apps.silver.devops.gov.bc.ca/frontend) + - [Backend](https://${{ github.event.repository.name }}-${{ github.event.number }}.apps.silver.devops.gov.bc.ca/api) results: name: Validate Results