actions-marketplace-validations/Wiki Update

📖 Deploy docs from your source tree to the GitHub wiki

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Jun 14, 2023
License
MIT
Runtime
Deprecated runtime

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/spenserblack_actions-wiki@60b6d133a11f8443c48e5b7af1aff0cd9461abf8 # no releases — HEAD as of 2026-07-10

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

namedescriptionrequireddefault
repositoryThe repository housing the wiki. Use this if you're publishing to a wiki that's not the current repository. You can include a domain prefix if you have a hosted GitHub instance that you want to push to. Default is github.repository with the implicit github.com domain.yesgithub.com/${{ github.repository }}
tokengithub.token is the default. This token is used when cloning and pushing wiki changes.yes${{ github.token }}
pathThe directory to use for your wiki contents. Default .github/wiki.yes.github/wiki
commit-messageThe message to use when committing new content. Default is Update wiki github.sha. You probably don't need to change this, since this only applies if you look really closely in your wiki.yesUpdate wiki ${{ github.sha }}
dry-runWhether or not to actually attempt to push changes back to the wiki itself. If this is set to true, we instead print the remote URL and do not push to the remote wiki. The default is false. This is useful for testing.yesfalse

no outputs