actions-marketplace-validations/MakeRoughDraft
A PowerShell Module for Multimedia.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Jul 19, 2025
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/startautomating_roughdraft@a101e4f94a8e986a0445799b303732d44a1a7784 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| RoughDraftScript | A PowerShell Script that uses RoughDraft. Any files outputted from the script will be added to the repository. If those files have a .Message attached to them, they will be committed with that message. | no | — |
| SkipRoughDraftPS1 | If set, will not process any files named *.RoughDraft.ps1 | no | — |
| InstallModule | A list of modules to be installed from the PowerShell gallery before scripts run. | no | — |
| FFMpegInstallArgument | A list of installation arguments. | no | — |
| CommitMessage | If provided, will commit any remaining changes made to the workspace with this commit message. | no | — |
| UserEmail | The user email associated with a git commit. | no | — |
| UserName | The user name associated with a git commit. | no | — |
Outputs
| name | description |
|---|---|
| RoughDraftScriptRuntime | The time it took the .RoughDraftScript parameter to run |
| RoughDraftPS1Runtime | The time it took all .RoughDraft.ps1 files to run |
| RoughDraftPS1Files | The .RoughDraft.ps1 files that were run (separated by semicolons) |
| RoughDraftPS1Count | The number of .RoughDraft.ps1 files that were run |