spenserblack/Wiki Update

📖 Deploy docs from your source tree to the GitHub wiki

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
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