geo-martino/Summarise dbt-contracts results

Creates a summary table on actions to summarise results from dbt-contracts

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
titleTitle of the summarynoDBT Contracts results
pathPath to a JSON file which contains the results of a dbt-contracts execution as a list of annotations.contracts_results.json
additional-file-dirWhen working with a nested dbt project, appending this additional parent file dir to the paths in the results.
ignore-missing-fileIgnore if the file which contains annotations is missingnotrue
tokenToken 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-nameThe 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-numberThe 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 }}

no outputs