0
0
Fork 0
mirror of https://github.com/tj-actions/pg-dump.git synced 2024-12-20 01:18:49 +00:00
:octocat: Github action to generate backup of a postgres database.
Find a file
2021-01-30 21:26:56 -05:00
.github Initial commit. 2021-01-30 21:26:56 -05:00
.gitignore Initial commit. 2021-01-30 21:26:56 -05:00
action.yml Initial commit. 2021-01-30 21:26:56 -05:00
CONTRIBUTING.md Initial commit. 2021-01-30 21:26:56 -05:00
Dockerfile Initial commit. 2021-01-30 21:26:56 -05:00
HISTORY.md Initial commit. 2021-01-30 21:26:56 -05:00
LICENSE Initial commit. 2021-01-30 21:26:56 -05:00
README.md Initial commit. 2021-01-30 21:26:56 -05:00

pg-dump

Run pg_dump to generate a backup

...
    steps:
      - uses: actions/checkout@v2
      - name: Postgres Dump Backup
        uses: tj-actions/pg-dump@v1

Inputs

Input type required default description
token string true ${{ github.token }} GITHUB_TOKEN
or a repo scoped
Personal Access Token

Features

  • TODO

Credits

This package was created with Cookiecutter.

Report Bugs

Report bugs at https://github.com/tj-actions/pg-dump/issues.

If you are reporting a bug, please include:

  • Your operating system name and version.
  • Any details about your workflow that might be helpful in troubleshooting.
  • Detailed steps to reproduce the bug.