shresht7/action-metadata
A GitHub Action to expose action metadata of a GitHub Action!
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| input-table-alignment | Comma-separated array denoting the alignment of columns ['l' for left, 'c' for center, 'r' for right] | no | l,l,r,c |
| output-table-alignment | Comma-separated array denoting the alignment of columns ['l' for left, 'c' for center, 'r' for right] | no | l,l,r,c |
Outputs
| name | description |
|---|---|
| metadata | stringified JSON representation of the entire action metadata file |
| name | Name of the GitHub Action |
| author | Name of the action's author |
| description | A short description of the action |
| inputs-md-table | Markdown table of the action inputs |
| outputs-md-table | Markdown table of the action outputs |