| branch | current branch |
| branch_default | default branch |
| commits_ahead | branch commits that are not in the branch_default |
| commits_behind | branch_default commits that are not in the branch |
| is_default_branch | true if branch == branch_default |
| has_changes | true if sha_latest != sha_latest_tag |
| has_local_changes | true if there are changes on non committed files |
| has_breaking_changes | true if a commit has a breaking change (Conventional Commits) |
| sha_latest | sha from latest commit |
| sha_latest_tag | sha from latest tag |
| tag_latest | latest tag |
| ticket_numbers | list of ticket numbers (Jira GitHub) |
| commit_types | list of commit types (Conventional Commits) |
| commit_scopes | list of commit scopes (Conventional Commits) |
| change_log | Full changelog |
| change_log_type_chore | Change Log for the type chore (Conventional Commits) |
| change_log_type_feat | Change Log for the type feat (Conventional Commits) |
| change_log_type_fix | Change Log for the type fix (Conventional Commits) |
| change_log_type_ci | Change Log for the type ci (Conventional Commits) |
| change_log_type_docs | Change Log for the type docs (Conventional Commits) |
| change_log_type_style | Change Log for the type style (Conventional Commits) |
| change_log_type_refactor | Change Log for the type refactor (Conventional Commits) |
| change_log_type_perf | Change Log for the type perf (Conventional Commits) |
| change_log_type_test | Change Log for the type test (Conventional Commits) |
| change_log_type_revert | Change Log for the type revert (Conventional Commits) |
| change_type | Change Type [major, minor, patch, rc] (Conventional Commits) |
| file_changes | List of file changes (sha_latest <> sha_latest_tag) |
| file_changes_local | List of local file changes |
| x_language_list | a list of supported language for x_has_changes_<lang> |
| context_ref | The git ref of the triggering event |
| context_workflow_file | The workflow file where the triggering event occurred |
| context_actor_id | The ID of the user or app that triggered the event |
| context_actor_name | The name of the user or app that triggered the event |
| context_actor_type | The type of the user or app that triggered the event |
| context_sha | The git SHA of the commit that triggered the event |
| context_event_name | The name of the event that triggered the workflow |
| context_workflow_name | The name of the workflow that was triggered |
| context_job_name | The name of the job that was triggered |
| context_run_id | The ID of the workflow run that was triggered |
| context_run_number | The number of the workflow run that was triggered |
| event_name | The name of the event that triggered the workflow. |
| event_source | The source of the event that triggered the workflow. |
| var_with_default | The value of a variable with a default value. |
| var_should_be_set | The value of a variable that should be set by the user. |
| repo_id | The ID of the repository. |
| repo_size | The size of the repository. |
| repo_open_issues | The number of open issues in the repository. |
| repo_star_count | The number of stars the repository has. |
| is_repo_fork | Whether the repository is a fork. |
| is_repo_private | Whether the repository is private. |
| is_repo_archived | Whether the repository is archived. |
| is_repo_disabled | Whether the repository is disabled. |
| is_repo_template | Whether the repository is a template. |
| repo_visibility | The visibility of the repository. |
| repo_default_branch | The default branch of the repository. |
| repo_language | The language of the repository. |
| repo_name | The name of the repository. |
| repo_created_at | The creation date of the repository. |
| repo_updated_at | The last update date of the repository. |
| repo_html_url | The URL of the repository's HTML page. |
| repo_hooks_url | The URL of the repository's hooks. |
| repo_description | The description of the repository. |
| repo_license_key | The key of the repository's license. |
| repo_license_name | The name of the repository's license. |
| repo_owner_id | The ID of the repository's owner. |
| repo_owner_name | The name of the repository's owner. |
| repo_owner_type | The type of the repository's owner. |