katydecorah/GitHub Action Documentation
A GitHub action to help document your GitHub action.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| example-workflow-file | The example workflow file in `.github/workflows/` | — | example.yml |
| additional-workflow-file-prefix | To include additional workflow files, save them with this prefix in `.github/workflow/`. | — | example |
| documentation-file | The file where the action will write and update documentation for the action. | — | README.md |
Outputs
| name | description |
|---|---|
| update | If true, the action updated the documentation file. |