poshweb/UseMarkX

Markdown, XML, and PowerShell

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Jan 29, 2026
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: poshweb/markx@d33dee2a607f84bb7fd21cc0c8317a5603d7b7b6 # v0.1.3

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
RunA 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
SkipScriptFileIf set, will not process any files named *.MarkX.ps1no
InstallModuleA list of modules to be installed from the PowerShell gallery before scripts run.no
CommitMessageIf provided, will commit any remaining changes made to the workspace with this commit message.no
TargetBranchIf provided, will checkout a new branch before making the changes. If not provided, will use the current branch. no
ActionScriptThe name of one or more scripts to run, from this action's path.no
GitHubTokenThe github token to use for requests.no{{ secrets.GITHUB_TOKEN }}
UserEmailThe user email associated with a git commit. If this is not provided, it will be set to the username@noreply.github.com.no
UserNameThe user name associated with a git commit.no
NoPushIf set, will not push any changes made to the repository. (they will still be committed if `-AutoCommit` is passed) no
AutoCommitIf set, will commit any changes made to the repository. (this also implies `-NoPush`) no

no outputs