Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Mar 14, 2021
1 parent 881d39c commit c658fb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Add action to .github/workflows
steps:
- uses: actions/checkout@v2
- name: Postgres Backup Restore
uses: tj-actions/postgres-restore@v3
uses: tj-actions/postgres-restore@v4.5
with:
database_url: "postgres://test_user:test_password@localhost:5432/test_db"
backup_file: "backups/backup.sql"
Expand Down

0 comments on commit c658fb7

Please sign in to comment.