From 9a9ce398877672719e83026640662f3182931fde Mon Sep 17 00:00:00 2001 From: brian shore Date: Wed, 12 Jun 2024 11:16:59 -0700 Subject: [PATCH] Add missing parameters to README (#24) --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index ac6e6d4..f152e81 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,9 @@ This is a GitHub Action wrapper around nFPM, used to produce DEBs and RPMs. | `homepage` | Product homepage. | | | `license` | Product usage license. | | | `binary` | Binary location to package. | | +| `file_permissions` | Umask applied to all files in the package; if unspecified, the file permissions are unmodified during packaging. | | +| `user_owner` | Name of user that should own all files in the package | nFPM's default (root) | +| `group_owner` | Name of group that should own all files in the package | nFPM's default (root) | | `config_dir` | Directory of configs in desired filesystem structure. | | | `deb_depends` | Comma separated list of deb dependencies. | | | `rpm_depends` | Comma separated list of rpm dependencies. | |