Skip to content

Commit 44efd52

Browse files
committed
chore: booleans not strings in pr.yml
1 parent 1d49060 commit 44efd52

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pull_request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,8 @@ jobs:
142142
BLOCKED_SITE_ODS_CODES: "XXXXX"
143143
NOTIFY_ROUTING_PLAN_ID: "e57fe5cc-0567-4854-abe2-b7dd9014a50c"
144144
NOTIFY_API_BASE_URL: "https://int.api.service.nhs.uk"
145-
ENABLE_NOTIFICATIONS_EXTERNAL: "false"
146-
ENABLE_NOTIFICATIONS_INTERNAL: "true"
145+
ENABLE_NOTIFICATIONS_EXTERNAL: false
146+
ENABLE_NOTIFICATIONS_INTERNAL: true
147147
TEST_PRESCRIPTIONS_1: ${{ vars.TEST_PRESCRIPTIONS_1_VALUES }}
148148
TEST_PRESCRIPTIONS_2: ${{ vars.TEST_PRESCRIPTIONS_2_VALUES }}
149149
TEST_PRESCRIPTIONS_3: ${{ vars.TEST_PRESCRIPTIONS_3_VALUES }}

0 commit comments

Comments
 (0)