krymtkts/pslrm Bump Action
Update a pslrm lockfile and open or update a pull request.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 5, 2026
- License
- MIT
Pinned Snippet
uses: krymtkts/pslrm-bump-action@da47a5d2e5ec42961cbc75c8e5f7920034d30ce5 # v0.0.2tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| project-path | Path to the target pslrm project root or a path below it. The action resolves the directory that contains psreq.psd1. | no | . |
| target-powershell-edition | PowerShell edition used to run action steps. Use core for pwsh or desktop for Windows PowerShell on Windows runners. | no | core |
| skip-psresourceget-install | Skip installing Microsoft.PowerShell.PSResourceGet. Useful if the runner already has it installed or is in an offline environment. | no | false |
| github-token | Token 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 | — |
Outputs
| name | description |
|---|---|
| result | Final action result. One of `no_change`, `created`, `updated`, or `noop`. |
| bump_branch_name | Bump branch name associated with the run. Empty when `result=no_change`. |
| pull_request_number | Pull request number associated with the run. Empty when `result=no_change`. |