mirror of
https://github.com/tj-actions/pg-dump.git
synced 2024-12-20 01:18:49 +00:00
Merge pull request #26 from tj-actions/chore/update-readme
Updated README.md
This commit is contained in:
commit
e1795ea6f4
1 changed files with 9 additions and 17 deletions
18
README.md
18
README.md
|
@ -1,7 +1,6 @@
|
||||||
[](https://github.com/tj-actions/pg-dump/actions/workflows/test.yml) [](https://github.com/tj-actions/pg-dump/actions/workflows/sync-release-version.yml) [](https://github.com/search?o=desc&q=tj-actions+pg-dump+path%3A.github%2Fworkflows+language%3AYAML&s=&type=Code)
|
[](https://github.com/tj-actions/pg-dump/actions/workflows/test.yml) [](https://github.com/tj-actions/pg-dump/actions/workflows/sync-release-version.yml) [](https://github.com/search?o=desc\&q=tj-actions+pg-dump+path%3A.github%2Fworkflows+language%3AYAML\&s=\&type=Code)
|
||||||
|
|
||||||
pg-dump
|
## pg-dump
|
||||||
-------
|
|
||||||
|
|
||||||
Run [pg_dump](https://www.postgresql.org/docs/9.6/app-pgdump.html) to generate a backup
|
Run [pg_dump](https://www.postgresql.org/docs/9.6/app-pgdump.html) to generate a backup
|
||||||
|
|
||||||
|
@ -17,7 +16,6 @@ Run [pg_dump](https://www.postgresql.org/docs/9.6/app-pgdump.html) to generate a
|
||||||
options: "-O"
|
options: "-O"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
## Inputs
|
## Inputs
|
||||||
|
|
||||||
| Input | type | required | default | description |
|
| Input | type | required | default | description |
|
||||||
|
@ -26,8 +24,6 @@ Run [pg_dump](https://www.postgresql.org/docs/9.6/app-pgdump.html) to generate a
|
||||||
| path | `string` | `true` | | Backup file output location |
|
| path | `string` | `true` | | Backup file output location |
|
||||||
| options | `string` | `true` | `-O` | Extra [options](https://www.postgresql.org/docs/9.6/app-pgdump.html#PG-DUMP-OPTIONS) passed to pg_dump |
|
| options | `string` | `true` | `-O` | Extra [options](https://www.postgresql.org/docs/9.6/app-pgdump.html#PG-DUMP-OPTIONS) passed to pg_dump |
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
* Free software: [MIT license](LICENSE)
|
* Free software: [MIT license](LICENSE)
|
||||||
|
|
||||||
If you feel generous and want to show some extra appreciation:
|
If you feel generous and want to show some extra appreciation:
|
||||||
|
@ -35,18 +31,14 @@ If you feel generous and want to show some extra appreciation:
|
||||||
[![Buy me a coffee][buymeacoffee-shield]][buymeacoffee]
|
[![Buy me a coffee][buymeacoffee-shield]][buymeacoffee]
|
||||||
|
|
||||||
[buymeacoffee]: https://www.buymeacoffee.com/jackton1
|
[buymeacoffee]: https://www.buymeacoffee.com/jackton1
|
||||||
|
|
||||||
[buymeacoffee-shield]: https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png
|
[buymeacoffee-shield]: https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png
|
||||||
|
|
||||||
|
## Credits
|
||||||
Credits
|
|
||||||
-------
|
|
||||||
|
|
||||||
This package was created with [Cookiecutter](https://github.com/cookiecutter/cookiecutter).
|
This package was created with [Cookiecutter](https://github.com/cookiecutter/cookiecutter).
|
||||||
|
|
||||||
|
## Report Bugs
|
||||||
|
|
||||||
Report Bugs
|
|
||||||
-----------
|
|
||||||
|
|
||||||
Report bugs at https://github.com/tj-actions/pg-dump/issues.
|
Report bugs at https://github.com/tj-actions/pg-dump/issues.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue