We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c417ca commit 4c3dba4Copy full SHA for 4c3dba4
1 file changed
.github/workflows/pr-link.yml
@@ -41,5 +41,6 @@ jobs:
41
issue_number: context.issue.number,
42
owner: context.repo.owner,
43
repo: context.repo.repo,
44
- body: "This branch is work on a ticket in an NHS England JIRA Project. Here is a handy link to the ticket:
45
- # [${{ env.TICKET_NAME }}](https://nhsd-jira.digital.nhs.uk/browse/${{ env.TICKET_NAME }})"
+ body: `This branch is work on a ticket in an NHS England JIRA Project. Here is a handy link to the ticket:
+ [${{ env.TICKET_NAME }}](https://nhsd-jira.digital.nhs.uk/browse/${{ env.TICKET_NAME }})`
46
+ })
0 commit comments