| package | Package name of debian package. | yes | — |
| package_root | Directory of release files. | yes | — |
| maintainer | Package maintainer name. | yes | — |
| version | Package version. | yes | — |
| installed_size | Package installed size. GitHub Actions set summarized byte size of `package_root` directory when this parameter is empty. | no | "" |
| depends | Package dependencies. | no | "" |
| pre_depends | Package pre-dependencies. | no | "" |
| homepage | Package homepage url. | no | "" |
| section | Package section. | no | "" |
| priority | Package priority. | no | "" |
| arch | Package architecture. | no | amd64 |
| desc | Package description. | no | no description |
| conflicts | Package conflicts. | no | "" |
| compress_type | Set the compression type used when building. Allowed types gzip, xz, zstd, none. Default is gzip.
| no | gzip |
| keep_ownership | If set to true, it creates the package keeping files' owner and group, otherwise they will be assigned to root Default is false.
| no | false |