Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
saliceti committed Jul 15, 2024
1 parent 5cc12d2 commit 0574e7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/database_restore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0574e7f

Please sign in to comment.