hashicorp/generate-metadata action
This action creates JSON file containing metadata information
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| branch | Github Branch of changes | no | — |
| filePath | An existing file path that denotes the location of the `metadataFileName` to be created. Default set to default github action root path | no | — |
| metadataFileName | The name of the JSON file produced by the action. The generated file will have a JSON format. Default set to "metadata.json" | no | metadata.json |
| product | The product binary name | no | — |
| repository | The repository name for collecting the metadata | yes | — |
| repositoryOwner | The repository owner (organization or user). Default is set to "hashicorp" organization | no | hashicorp |
| version | Version or version command (e.g: make version) | yes | — |
| sha | The build commit sha | no | — |
Outputs
| name | description |
|---|---|
| filepath | The metadata.json file path |