From 0574e7ffa342b60b8062dbc978194495d616ae17 Mon Sep 17 00:00:00 2001 From: Colin Saliceti Date: Mon, 15 Jul 2024 13:39:24 +0100 Subject: [PATCH] WIP --- .github/workflows/database_restore.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/database_restore.yml b/.github/workflows/database_restore.yml index f8c83aa469..1d81c2875f 100644 --- a/.github/workflows/database_restore.yml +++ b/.github/workflows/database_restore.yml @@ -33,7 +33,7 @@ jobs: echo "BACKUP_FILE=$BACKUP_FILE" >> $GITHUB_ENV - name: Restore postgres - if: inputs.backup-file == "true" + if: inputs.backup-file == 'true' uses: DFE-Digital/github-actions/restore-postgres-backup@master with: storage-account: s189p01captdbbkppdsa