actions-marketplace-validations/MakePSSVG
Build SVGs in your Workflow (with PowerShell)
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jul 8, 2023
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/startautomating_pssvg@1730ef8df2a10e8221e390af8ae1fe821e224f6f # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| PSSVG | A PowerShell Script that uses PSSVG. 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 | — |
| SkipPSSVGPS1 | If set, will not process any files named *.PSSVG.ps1 | no | — |
| SkipBuild | If set, will not run Build-PSSVG. | no | — |
| CommitMessage | If provided, will commit any remaining changes made to the workspace with this commit message. If no commit message is provided, if a GitHub Event contains a commit message, that message will be used. If no commit message is provided, and a commit message cannot be automatically detected, changes will not be committed. | no | — |
| UserEmail | The user email associated with a git commit. | no | — |
| UserName | The user name associated with a git commit. | no | — |
Outputs
no outputs