mirror of
https://github.com/tj-actions/pg-backup
synced 2026-07-22 17:43:42 +00:00
No description
- TypeScript 87.7%
- JavaScript 12.3%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| .github/workflows | ||
| __tests__ | ||
| dist | ||
| src | ||
| .eslintignore | ||
| .eslintrc.json | ||
| .gitattributes | ||
| .gitignore | ||
| .prettierignore | ||
| .prettierrc.json | ||
| action.yml | ||
| jest.config.js | ||
| LICENSE | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| yarn.lock | ||
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 }} |
- Free software: MIT license
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.