poshweb/UseMarkX
Markdown, XML, and PowerShell
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jan 29, 2026
- License
- MIT
Pinned Snippet
uses: poshweb/markx@d33dee2a607f84bb7fd21cc0c8317a5603d7b7b6 # v0.1.3tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| Run | A PowerShell Script that uses MarkX. 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 | — |
| SkipScriptFile | If set, will not process any files named *.MarkX.ps1 | no | — |
| InstallModule | A list of modules to be installed from the PowerShell gallery before scripts run. | no | — |
| CommitMessage | If provided, will commit any remaining changes made to the workspace with this commit message. | no | — |
| TargetBranch | If provided, will checkout a new branch before making the changes. If not provided, will use the current branch. | no | — |
| ActionScript | The name of one or more scripts to run, from this action's path. | no | — |
| GitHubToken | The github token to use for requests. | no | {{ secrets.GITHUB_TOKEN }} |
| UserEmail | The user email associated with a git commit. If this is not provided, it will be set to the username@noreply.github.com. | no | — |
| UserName | The user name associated with a git commit. | no | — |
| NoPush | If set, will not push any changes made to the repository. (they will still be committed if `-AutoCommit` is passed) | no | — |
| AutoCommit | If set, will commit any changes made to the repository. (this also implies `-NoPush`) | no | — |
Outputs
no outputs