We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f7a30c commit 71b1497Copy full SHA for 71b1497
.github/workflows/pr-env-deploy.yml
@@ -172,7 +172,7 @@ jobs:
172
issue_number: context.issue.number,
173
owner: context.repo.owner,
174
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"
+ 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/"
176
})
177
178
- name: Add Failure Pull Request Comment
0 commit comments