You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+51-1Lines changed: 51 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,4 +11,54 @@ A GitHub action to run DB migrations with Database Lab Engine (DLE)
11
11
- Protect logs and artifacts from being revealed
12
12
13
13
## How to use
14
-
Check out the [Database Lab DB migrations checker documentation](https://postgres.ai/docs/db-migration-checker)
14
+
To use the action, create a yml file in the `.github/workflows/` directory.
15
+
16
+
Copy and paste the installation snippet from the [Marketplace page](https://github.com/marketplace/actions/database-lab-migration-checker) into your .yml file.
17
+
18
+
Check out the [Database Lab DB migrations checker documentation](https://postgres.ai/docs/db-migration-checker) to learn how it works and see available configuration options
0 commit comments