gizumon/GitHub Actions documenter
Auto documentation for Github Actions workflows
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| target-filepaths | Target filepaths for generating Custom Actions and Reusable Workflows. If not specified, all Custom Actions and Reusable Workflows files in the repository will be documented. (default: "") | no | "" |
| should-skip-generate-agenda | If true, skip generating Agenda document. (default: false) | no | false |
| should-skip-generate-custom-actions | If true, skip generating Custom Actions document. (default: false) | no | false |
| should-skip-generate-reusable-workflows | If true, skip generating Reusable Workflows document. (default: false) | no | false |
Outputs
| name | description |
|---|---|
| output | GitHub Actions markdown documents including Custom Actions and Reusable Workflows |
| agenda-ca | Agenda for Custom Actions markdown documents |
| output-ca | Custom Actions markdown documents |
| agenda-rw | Agenda for Reusable Workflows markdown documents |
| output-rw | Reusable Workflows markdown documents |