selfuryon/nix-update action

A GitHub action that detects and updates flake outputs via nix-update tool

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
tokenThe token that the action will use to create and update the pull request.${{ github.token }}
packagesA space-separated list of inputs to update. Leave empty to update all inputs.no""
blacklistA list of dependencies, comma separated, to skip from updating.no""
branchThe branch of the PR to be creatednochore/nix_update_actions
path-to-flake-dirThe path of the directory containing `flake.nix` file within your repository.no""
pr-titleThe title of the PR to be creatednoPackages: update
pr-bodyThe body of the PR to be creatednoAutomated changes by the [nix-update-actions](https://github.com/selfuryon/nix-update-action) GitHub Action.
pr-labelsA comma or newline separated list of labels to set on the Pull Request to be createdno""
pr-assigneesA comma or newline separated list of assignees (GitHub usernames).no""
pr-reviewersA comma or newline separated list of reviewers (GitHub usernames) to request a review from.no""
git-author-nameAuthor name used for commit.nogithub-actions[bot]
git-author-emailAuthor email used for commit.nogithub-actions[bot]@users.noreply.github.com
git-committer-nameCommitter name used for commit.nogithub-actions[bot]
git-committer-emailCommitter email used for commit.nogithub-actions[bot]@users.noreply.github.com
sign-commitsSet to true if the action should sign the commit with GPGnofalse
gpg-private-keyGPG Private Key with which to sign the commits in the PR to be createdno""
gpg-fingerprintFingerprint of specific GPG subkey to useno
gpg-passphraseGPG Private Key Passphrase for the GPG Private Key with which to sign the commits in the PR to be createdno""
namedescription
pull-request-numberThe number of the opened pull request