Skip to content

Commit 24098b2

Browse files
Merge pull request #290651 from Akhilesh-microsoft/ACA/github_actions_cli
[ACA: github-actions-cli]: Verified the article, reviewed the content, and fixed all editorial issues. Updated ms.date w.r.t freshness pass.
2 parents b7855db + 9a8fe50 commit 24098b2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/container-apps/github-actions-cli.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: craigshoemaker
66
ms.service: azure-container-apps
77
ms.custom: devx-track-azurecli
88
ms.topic: how-to
9-
ms.date: 11/09/2022
9+
ms.date: 11/18/2024
1010
ms.author: cshoe
1111
---
1212

@@ -16,7 +16,7 @@ Azure Container Apps allows you to use GitHub Actions to publish [revisions](rev
1616

1717
:::image type="content" source="media/github-actions/azure-container-apps-github-actions.png" alt-text="Changes to a GitHub repo trigger an action to create a new revision.":::
1818

19-
The GitHub Actions workflow is triggered by commits to a specific branch in your repository. When creating the workflow, you decide which branch triggers the action.
19+
The GitHub Actions workflow runs when there are commits to a specific branch in your repository. You choose which branch triggers the action when setting up the workflow.
2020

2121
This article shows you how to generate a starter GitHub Actions workflow with Azure CLI. To create your own workflow that you can fully customize, see [Deploy to Azure Container Apps with GitHub Actions](github-actions.md).
2222

@@ -35,7 +35,7 @@ When adding or removing a GitHub Actions integration, you can authenticate by ei
3535
The `containerapp github-action add` command creates a GitHub Actions integration with your container app.
3636

3737
> [!Note]
38-
> Before you proceed with the example below, you must have your first container app already deployed.
38+
> Before you proceed with the given example, you must have your first container app already deployed.
3939
4040
The first time you attach GitHub Actions to your container app, you need to provide a service principal context. The following command shows you how to create a service principal.
4141

0 commit comments

Comments
 (0)