|
17 | 17 | | `commit_head` | *Optional[str]* | :heavy_minus_sign: | Remote commit ID. | |
18 | 18 | | `continuous_integration_environment` | *Optional[str]* | :heavy_minus_sign: | Name of the CI environment. | |
19 | 19 | | `duration_ms` | *Optional[int]* | :heavy_minus_sign: | Duration of the event in milliseconds. | |
| 20 | +| `error` | *Optional[str]* | :heavy_minus_sign: | Error message if the event was not successful. | |
20 | 21 | | `generate_bump_type` | [Optional[shared.GenerateBumpType]](../../models/shared/generatebumptype.md) | :heavy_minus_sign: | Bump type of the lock file (calculated semver delta, or a custom change (manual release)) | |
21 | 22 | | `generate_config_post_checksum` | *Optional[str]* | :heavy_minus_sign: | Checksum of the configuration file (post generation) | |
22 | 23 | | `generate_config_post_raw` | *Optional[str]* | :heavy_minus_sign: | Rendered configuration file (post generation) | |
|
49 | 50 | | `git_user_email` | *Optional[str]* | :heavy_minus_sign: | User email from git configuration. | |
50 | 51 | | `git_user_name` | *Optional[str]* | :heavy_minus_sign: | User's name from git configuration. (not GitHub username) | |
51 | 52 | | `hostname` | *Optional[str]* | :heavy_minus_sign: | Remote hostname. | |
| 53 | +| `last_step` | *Optional[str]* | :heavy_minus_sign: | The last step of the event. | |
52 | 54 | | `lint_report_digest` | *Optional[str]* | :heavy_minus_sign: | The checksum of the lint report. | |
53 | 55 | | `lint_report_error_count` | *Optional[int]* | :heavy_minus_sign: | The number of errors in the lint report. | |
54 | 56 | | `lint_report_info_count` | *Optional[int]* | :heavy_minus_sign: | The number of info messages in the lint report. | |
55 | 57 | | `lint_report_warning_count` | *Optional[int]* | :heavy_minus_sign: | The number of warnings in the lint report. | |
56 | 58 | | `local_completed_at` | [date](https://docs.python.org/3/library/datetime.html#date-objects) | :heavy_minus_sign: | Timestamp when the event completed, in local time. | |
57 | 59 | | `management_doc_checksum` | *Optional[str]* | :heavy_minus_sign: | Checksum of the currently Rendered OpenAPI document. | |
58 | 60 | | `management_doc_version` | *Optional[str]* | :heavy_minus_sign: | Version taken from info.version field of the Rendered OpenAPI document. | |
| 61 | +| `mermaid_diagram` | *Optional[str]* | :heavy_minus_sign: | Mermaid diagram | |
59 | 62 | | `openapi_diff_base_source_blob_digest` | *Optional[str]* | :heavy_minus_sign: | The blob digest of the base source. | |
60 | 63 | | `openapi_diff_base_source_namespace_name` | *Optional[str]* | :heavy_minus_sign: | The namespace name of the base source. | |
61 | 64 | | `openapi_diff_base_source_revision_digest` | *Optional[str]* | :heavy_minus_sign: | The revision digest of the base source. | |
|
70 | 73 | | `repo_label` | *Optional[str]* | :heavy_minus_sign: | Label of the git repository. | |
71 | 74 | | `source_blob_digest` | *Optional[str]* | :heavy_minus_sign: | The blob digest of the source. | |
72 | 75 | | `source_namespace_name` | *Optional[str]* | :heavy_minus_sign: | The namespace name of the source. | |
73 | | -| `source_revision_digest` | *Optional[str]* | :heavy_minus_sign: | The revision digest of the source. | |
| 76 | +| `source_revision_digest` | *Optional[str]* | :heavy_minus_sign: | The revision digest of the source. | |
| 77 | +| `workflow_lock_post_raw` | *Optional[str]* | :heavy_minus_sign: | Workflow lock file (post execution) | |
| 78 | +| `workflow_lock_pre_raw` | *Optional[str]* | :heavy_minus_sign: | Workflow lock file (prior to execution) | |
| 79 | +| `workflow_post_raw` | *Optional[str]* | :heavy_minus_sign: | Workflow file (post execution) | |
| 80 | +| `workflow_pre_raw` | *Optional[str]* | :heavy_minus_sign: | Workflow file (prior to execution) | |
0 commit comments