geo-martino/Summarise dbt-contracts results
Creates a summary table on actions to summarise results from dbt-contracts
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| title | Title of the summary | no | DBT Contracts results |
| path | Path to a JSON file which contains the results of a dbt-contracts execution as a list of annotations. | — | contracts_results.json |
| additional-file-dir | When working with a nested dbt project, appending this additional parent file dir to the paths in the results. | — | — |
| ignore-missing-file | Ignore if the file which contains annotations is missing | no | true |
| token | Token used to interact with the GitHub API. Currently only used to get the url of the summary table. This token must have the permissions 'contents: read' and 'actions: read' to get the jobs from the API. If not provided, a link to the summary table will not be generated. | no | ${{ github.token }} |
| job-name | The github job name. Currently only used to get the url of the summary table. If not provided, a link to the summary table will not be generated. | no | — |
| event-number | The github event number i.e. the pull request number. Currently only used to get the url of the summary table when the action is being run as part of a PR. | no | ${{ github.event.number }} |
Outputs
no outputs