You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.
* context: Name of the GitHub check context. (Mandatory).
* description: Description of the GitHub check. If unset then it will use the context.
* secret: vault secret used to interact with the GitHub App, it should have the `key`, `installation_id` and `app_id` fields. Default: 'secret/observability-team/ci/github-app'
* org: The GitHub organisation. Default: `env.ORG_NAME`
* repository: The GitHub repository. Default: `env.REPO_NAME`
* commitId: The SHA commit. Default: `env.GIT_BASE_COMMIT`
* tab: What kind of details links will be used. Enum type: tests, changes, artifacts, pipeline or an `<URL>`). Default pipeline.
* isBlueOcean: Whether to use the BlueOcean URLs. Default `false`.