Skip to content

Commit

Permalink
fix: added <repo.name>-<pr_num>.<domain>/<component> to pr-validate l…
Browse files Browse the repository at this point in the history
…inks
  • Loading branch information
cberg-aot committed Jun 5, 2024
1 parent bc9cb38 commit a77bda2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
uses: bcgov/quickstart-openshift-helpers/.github/workflows/[email protected]
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
Expand Down

0 comments on commit a77bda2

Please sign in to comment.