| token | The token that the action will use to create and update the pull request. | — | ${{ github.token }} |
| packages | A space-separated list of inputs to update. Leave empty to update all inputs. | no | "" |
| blacklist | A list of dependencies, comma separated, to skip from updating. | no | "" |
| branch | The branch of the PR to be created | no | chore/nix_update_actions |
| path-to-flake-dir | The path of the directory containing `flake.nix` file within your repository. | no | "" |
| pr-title | The title of the PR to be created | no | Packages: update |
| pr-body | The body of the PR to be created | no | Automated changes by the [nix-update-actions](https://github.com/selfuryon/nix-update-action) GitHub Action.
|
| pr-labels | A comma or newline separated list of labels to set on the Pull Request to be created | no | "" |
| pr-assignees | A comma or newline separated list of assignees (GitHub usernames). | no | "" |
| pr-reviewers | A comma or newline separated list of reviewers (GitHub usernames) to request a review from. | no | "" |
| git-author-name | Author name used for commit. | no | github-actions[bot] |
| git-author-email | Author email used for commit. | no | github-actions[bot]@users.noreply.github.com |
| git-committer-name | Committer name used for commit. | no | github-actions[bot] |
| git-committer-email | Committer email used for commit. | no | github-actions[bot]@users.noreply.github.com |
| sign-commits | Set to true if the action should sign the commit with GPG | no | false |
| gpg-private-key | GPG Private Key with which to sign the commits in the PR to be created | no | "" |
| gpg-fingerprint | Fingerprint of specific GPG subkey to use | no | — |
| gpg-passphrase | GPG Private Key Passphrase for the GPG Private Key with which to sign the commits in the PR to be created | no | "" |