From 297c1b23c0e0f89cd4587c4dfc07829517e258a1 Mon Sep 17 00:00:00 2001 From: Neill Turner Date: Tue, 3 Dec 2024 13:18:24 +0000 Subject: [PATCH] fix confirm-production bug --- .github/workflows/database-restore.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/database-restore.yml b/.github/workflows/database-restore.yml index 82ac81f65..67e47e65b 100644 --- a/.github/workflows/database-restore.yml +++ b/.github/workflows/database-restore.yml @@ -15,11 +15,11 @@ on: confirm-production: description: Must be set to true if restoring production required: true - default: 'false' + default: "false" type: choice options: - - 'false' - - 'true' + - "false" + - "true" backup-file: description: Name of the backup file in Azure storage. e.g. aytq_prod_2024-08-09.sql.gz. The default value is today's scheduled backup. type: string