Skip to content

Commit

Permalink
fix confirm-production bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Neill Turner committed Dec 3, 2024
1 parent ef0ec6b commit 281a31f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/database-restore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 281a31f

Please sign in to comment.