From 281a31ffc2ebcb8f86c855ce1ffc6185ebd76ce1 Mon Sep 17 00:00:00 2001 From: Neill Turner Date: Tue, 3 Dec 2024 13:25:49 +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 e3cdb273e..75a173d4f 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. rsm_prod_2024-08-09.sql.gz. The default value is today's scheduled backup. type: string