From 9cd0a1da3339331eeb86c3e9795f6474f4d09f78 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Wed, 11 Jan 2023 08:37:32 -0700 Subject: [PATCH] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 29a6a0a..190ac03 100644 --- a/action.yml +++ b/action.yml @@ -9,7 +9,7 @@ inputs: description: 'Backup file output location' required: true options: - description: 'Extra arguments passed to pg_dump' + description: 'Extra [options](https://www.postgresql.org/docs/current/app-pgdump.html#PG-DUMP-OPTIONS) passed to pg_dump' required: true default: '-O'