From 4dd90bc458768393313d6de3179178433df6363c Mon Sep 17 00:00:00 2001 From: RakeshMohan-MSFT <49954584+RakeshMohanMSFT@users.noreply.github.com> Date: Sun, 15 May 2022 14:59:33 +0530 Subject: [PATCH] {azext_containerapp} | Fixing a typo Fixes https://github.com/Azure/azure-cli/issues/22443 --- src/containerapp/azext_containerapp/_help.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/containerapp/azext_containerapp/_help.py b/src/containerapp/azext_containerapp/_help.py index d5db7171bdf..927aaa1fdd6 100644 --- a/src/containerapp/azext_containerapp/_help.py +++ b/src/containerapp/azext_containerapp/_help.py @@ -645,7 +645,7 @@ helps['containerapp github-action add'] = """ type: command - short-summary: Add a Github Actions workflow to a repository to deploy a container app. + short-summary: Add a GitHub Actions workflow to a repository to deploy a container app. examples: - name: Add GitHub Actions, using Azure Container Registry and personal access token. text: az containerapp github-action add -g MyResourceGroup -n MyContainerapp --repo-url https://github.com/userid/repo --branch main