Skip to content

Commit b9b2a66

Browse files
Syntax error
1 parent b66c588 commit b9b2a66

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pr-link.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: PR Link ticket
22
on:
33
pull_request:
4-
types: [opened]
4+
types: [ opened ]
55
jobs:
66
link-ticket:
77
runs-on: ubuntu-22.04
@@ -40,6 +40,6 @@ jobs:
4040
issue_number: context.issue.number,
4141
owner: context.repo.owner,
4242
repo: context.repo.repo,
43-
body: 'This branch is work on a ticket in an NHS England JIRA Project. Here's a handy link to the ticket:
43+
body: 'This branch is work on a ticket in an NHS England JIRA Project. Here is a handy link to the ticket:
4444
# [${{ env.TICKET_NAME }}](https://nhsd-jira.digital.nhs.uk/browse/${{ env.TICKET_NAME }})'
4545
})

0 commit comments

Comments
 (0)