Skip to content

Commit

Permalink
Update backup DB workflow
Browse files Browse the repository at this point in the history
The backup-postgres input was renamed
  • Loading branch information
saliceti committed Oct 4, 2024
1 parent 80ced40 commit 02367d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/database-backup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
cluster: ${{ env.CLUSTER }}
azure-credentials: ${{ secrets.AZURE_CREDENTIALS }}
backup-file: ${{ env.BACKUP_FILE }}.sql
ptr-db-server-name: ${{ env.PTR_DB_SERVER }}
db-server-name: ${{ env.PTR_DB_SERVER }}

- name: Backup Summary
if: success()
Expand Down

0 comments on commit 02367d3

Please sign in to comment.