amadevus/PowerShell script
Run PowerShell scripts within a hydrated context, with workflow-command cmdlets; inspired by actions/github-script.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| script | PowerShell script to execute in Actions-hydrated context | yes | — |
Outputs
| name | description |
|---|---|
| result | Return value of script execution |
| error | Exception details, if any was thrown during script execution. |