From a89a75d970e73a29ed258f7bf38bdc6e50dfb3d7 Mon Sep 17 00:00:00 2001 From: itecompro <16090309+itecompro@users.noreply.github.com> Date: Tue, 3 Sep 2024 06:25:42 +1000 Subject: [PATCH] Reword sentence to avoid hard-coded provider --- data/reusables/actions/gai-inspect-audit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/reusables/actions/gai-inspect-audit.md b/data/reusables/actions/gai-inspect-audit.md index b1c94e2a3133..3281c5bc7f3e 100644 --- a/data/reusables/actions/gai-inspect-audit.md +++ b/data/reusables/actions/gai-inspect-audit.md @@ -12,7 +12,7 @@ Listed below are some key terms that can appear in the "Pipelines" section: * **Partially successful** pipelines had all of the pipeline constructs converted, however, there were some individual items that were not converted automatically to their {% data variables.product.prodname_actions %} equivalent. * **Unsupported** pipelines are definition types that are not supported by {% data variables.product.prodname_actions_importer %}. * **Failed** pipelines encountered a fatal error when being converted. This can occur for one of three reasons: - * The pipeline was misconfigured and not valid in Bamboo. + * The pipeline was originally misconfigured and not valid. * {% data variables.product.prodname_actions_importer %} encountered an internal error when converting it. * There was an unsuccessful network response that caused the pipeline to be inaccessible, which is often due to invalid credentials.