hugoalh/Setup PowerShell Toolkit
Setup PowerShell module `hugoalh.GitHubActionsToolkit`.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| sudo | {Boolean} Whether to execute in sudo mode on non-Windows environment. | no | False |
| version | {String} Target version. | no | ^2.1.0 |
| allowprerelease | {Boolean} Whether to allow target pre release version. | no | False |
| scope | {String} Installation scope. | no | CurrentUser |
| force | {Boolean} Whether to force install or reinstall target (pre release) version. | no | False |
| keepsetting | {Boolean} Whether to keep the setting that modified. | no | False |
Outputs
| name | description |
|---|---|
| path | {String | Null} Path of the installation. |
| version | {SemVer | Null} Version of the installation. |