krymtkts/pslrm Bump Action

Update a pslrm lockfile and open or update a pull request.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Jul 5, 2026
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: krymtkts/pslrm-bump-action@da47a5d2e5ec42961cbc75c8e5f7920034d30ce5 # v0.0.2

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
project-pathPath to the target pslrm project root or a path below it. The action resolves the directory that contains psreq.psd1.no.
target-powershell-editionPowerShell edition used to run action steps. Use core for pwsh or desktop for Windows PowerShell on Windows runners.nocore
skip-psresourceget-installSkip installing Microsoft.PowerShell.PSResourceGet. Useful if the runner already has it installed or is in an offline environment.nofalse
github-tokenToken for git and GitHub operations such as branch push and pull request creation. Use a PAT when subsequent workflows must run automatically without human approval.yes
namedescription
resultFinal action result. One of `no_change`, `created`, `updated`, or `noop`.
bump_branch_nameBump branch name associated with the run. Empty when `result=no_change`.
pull_request_numberPull request number associated with the run. Empty when `result=no_change`.