diff --git a/.github/workflows/pr-open.yml b/.github/workflows/pr-open.yml index bfbee0400..18ea22f71 100644 --- a/.github/workflows/pr-open.yml +++ b/.github/workflows/pr-open.yml @@ -16,7 +16,7 @@ jobs: name: PR Greeting env: DOMAIN: apps.silver.devops.gov.bc.ca - PREFIX: ${{ github.event.repository.name }}-${{ github.event.number }} + PREFIX: https://${{ github.event.repository.name }} runs-on: ubuntu-22.04 permissions: pull-requests: write @@ -31,8 +31,8 @@ jobs: Thanks for the PR! Any successful deployments (not always required) will be available below. - [Backend](https://${{ env.PREFIX }}-backend.${{ env.DOMAIN }}) - [Frontend](https://${{ env.PREFIX }}-frontend.${{ env.DOMAIN }}) + [Backend](${{ env.PREFIX }}-backend.${{ env.DOMAIN }}/${{ github.event.number }}) + [Frontend](${{ env.PREFIX }}-frontend.${{ env.DOMAIN }}/${{ github.event.number }}) Once merged, code will be promoted and handed off to following workflow run. [Main Merge Workflow](https://github.com/${{ github.repository }}/actions/workflows/merge-main.yml)