Skip to content

Commit

Permalink
Update PR greeting
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Oct 5, 2023
1 parent 0858127 commit 592c905
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr-open.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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)
Expand Down

0 comments on commit 592c905

Please sign in to comment.