lukeocodes/Luke's Wikiinator
Automatically sync documentation from your repository to GitHub Wiki
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub token with wiki access. Optional - defaults to github.token if not provided. | no | — |
| docs-path | Path to documentation folder. Default: docs | no | docs |
| exclude-files | Comma-separated list of files to exclude from sync. Default: README.md | no | README.md |
| wiki-home-file | Name of the file that should be treated as Home.md. Default: Home.md | no | Home.md |
| commit-message | Custom commit message template. Default: Sync docs from main repo | no | Sync docs from main repo |
| dry-run | Run in dry-run mode (no actual changes). Default: false | no | false |
Outputs
| name | description |
|---|---|
| files-synced | Number of files that were synced |
| changes-made | Whether any changes were made to the wiki |