pslrm Bump Action
Version updated for https://github.com/krymtkts/pslrm-bump-action to version v0.0.2.
- This action is used across all versions by 7 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
What’s Changed
Added
- Add
skip-psresourceget-installinput to skip PSResourceGet installation.
Changed
- Avoid unconditional
Microsoft.PowerShell.PSResourceGetinstall. Check if version1.0.1+ exists. - Create bump commits through GitHub’s Git Database API so GitHub can mark them as verified.
Notes
- Documentation now recommends
GITHUB_TOKENfor most repositories. GitHub now allows workflows to run for approved pull requests created bygithub-actions[bot]. Use a PAT when subsequent workflows must run automatically without human approval.