Skip to content

Commit 71b1497

Browse files
committed
NRL-633 Add full URL to comment
1 parent 8f7a30c commit 71b1497

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-env-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ jobs:
172172
issue_number: context.issue.number,
173173
owner: context.repo.owner,
174174
repo: context.repo.repo,
175-
body: "🚀 PR environment successfully deployed.\nCommit Hash: `${{ github.event.pull_request.head.sha }}`\nURL: ${{ needs.set-environment-id.outputs.environment_id }}.api.record-locator.dev.national.nhs.uk"
175+
body: "🚀 PR environment successfully deployed.\nCommit Hash: `${{ github.event.pull_request.head.sha }}`\nURL: https://${{ needs.set-environment-id.outputs.environment_id }}.api.record-locator.dev.national.nhs.uk/"
176176
})
177177
178178
- name: Add Failure Pull Request Comment

0 commit comments

Comments
 (0)