No description
  • TypeScript 87.7%
  • JavaScript 12.3%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2021-01-25 12:25:43 -05:00
.github/workflows Delete dependabot.yml 2020-12-05 11:45:38 -05:00
__tests__ Fixed config. 2020-12-05 13:01:17 -05:00
dist Switch to use yarn 2020-12-05 11:37:56 -05:00
src Initial commit 2020-12-05 10:50:14 -05:00
.eslintignore Updated .eslintignore. 2021-01-25 12:25:32 -05:00
.eslintrc.json Fixed config. 2020-12-05 13:01:17 -05:00
.gitattributes Initial commit 2020-12-05 10:50:14 -05:00
.gitignore Switch to use yarn 2020-12-05 11:37:56 -05:00
.prettierignore Switch to use yarn 2020-12-05 11:37:56 -05:00
.prettierrc.json Initial commit 2020-12-05 10:50:14 -05:00
action.yml Update action.yml 2020-12-05 10:56:13 -05:00
jest.config.js Added extra line. 2020-12-05 11:53:26 -05:00
LICENSE Initial commit 2020-12-05 10:50:14 -05:00
package.json Bump @typescript-eslint/parser from 4.13.0 to 4.14.0 2021-01-20 18:10:43 +00:00
README.md Update README.md 2020-12-05 10:54:38 -05:00
tsconfig.json Fixed config. 2020-12-05 13:01:17 -05:00
yarn.lock Bump @typescript-eslint/parser from 4.13.0 to 4.14.0 2021-01-20 18:10:43 +00:00

pg-backup

Generate a backup of a postgres database and restore before running test.

...
    steps:
      - uses: actions/checkout@v2
      - name: Postgres backup
        uses: tj-actions/pg-backup@v1

Inputs

Input type required default
token string false ${{ github.token }}

Credits

This package was created with typescript-action.

Report Bugs

Report bugs at https://github.com/tj-actions/pg-backup/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.