Skip to content

Commit

Permalink
Merge pull request #64 from tj-actions/chore/update-readme
Browse files Browse the repository at this point in the history
Updated README.md
  • Loading branch information
jackton1 authored Oct 11, 2022
2 parents 4c66642 + 750e9d1 commit bf4623b
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,15 @@ Add action to .github/workflows
## Inputs
| Input | type | required | default |
|:-------------:|:-----------:|:-------------:|:---------------------:|
| database\_url | `string` | `true` | |
| backup\_file | `string` | `true` | |
<!-- AUTO-DOC-INPUT:START - Do not remove or modify this section -->
| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION |
|--------------|--------|----------|---------|-------------------------------------------|
| backup\_file | string | true | | Backup file name |
| database\_url | string | true | | Database URL |
| options | string | false | | Extra options to pass directly<br>to psql |
<!-- AUTO-DOC-INPUT:END -->
* Free software: [MIT license](LICENSE)
Expand Down

0 comments on commit bf4623b

Please sign in to comment.