poshweb/usegitpub

Easily Automate Publishing from GitHub

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Jun 4, 2026
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: poshweb/gitpub@61d4d1dfee4400e85a89f590f0a1070649110826 # v0.1.5

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

namedescriptionrequireddefault
GitPubScriptA PowerShell Script that uses GitPub. 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
SkipGitPubPS1If set, will not process any files named *.GitPub.ps1no
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.no
PublishParametersAny parameters to be sent to Publish-GitPubno
UserEmailThe user email associated with a git commit.no
UserNameThe user name associated with a git commit.no
namedescription
GitPubScriptRuntimeThe time it took the .GitPubScript parameter to run
GitPubPS1RuntimeThe time it took all .GitPub.ps1 files to run
GitPubPS1FilesThe .GitPub.ps1 files that were run (separated by semicolons)
GitPubPS1CountThe number of .GitPub.ps1 files that were run