mirror of
https://github.com/tj-actions/pg-dump.git
synced 2024-12-20 01:18:49 +00:00
feat: add support for installing postgresql
This commit is contained in:
parent
d9e5a3fe4f
commit
6b1b8678fb
1 changed files with 3 additions and 0 deletions
|
@ -2,6 +2,9 @@ name: pg-dump
|
|||
description: Run pg_dump to generate a backup
|
||||
author: tj-actions
|
||||
inputs:
|
||||
postgresql_version:
|
||||
description: 'Version of PostgreSQL. e.g 15'
|
||||
required: false
|
||||
database_url:
|
||||
description: 'Database URL'
|
||||
required: true
|
||||
|
|
Loading…
Add table
Reference in a new issue