impresscms-dev/Update wiki with PHP project documentation
Updates project wiki with automatic generated PHP project documentation
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| wiki_github_update_token | GitHub token to use for updating project wiki | no | ${{ github.token }} |
| wiki_github_update_user | GitHub username for whom this token belongs | no | ${{ github.actor }} |
| engine | What documentation generator should be used | no | clean/phpdoc-md |
| class_root_namespace | Root class namespace that should be used for documentation | no | — |
| include | Defines what classes should be included in generated documentation (supports glob style wildcards syntax; each line means one rule) | no | "" |
| ignored_files | Defines files that can be ignored (supports glob rules) | no | "" |
| prefix_lines | Lines that will be used to prefix generated wiki content | no | ##### Notice: Wiki was automatic generated from project sources as project API documentation. Do not edit manually! |
| setup_php | Automatically setups PHP for action (default) | no | true |
| branches_map | This is used to map repo branches with wiki branches (format: local repo branch: wiki repo branch) | no | main: master |
Outputs
no outputs