Skip to content

Commit 7d9b258

Browse files
authored
Merge pull request #101761 from jpconnock/fix-github-action
Fix GitHub action
2 parents 815a952 + 5e999a7 commit 7d9b258

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/azure-app-configuration/concept-github-action.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.topic: conceptual
99
ms.service: azure-app-configuration
1010

1111
---
12-
# Sync your App Configuration Instance using GitHub Actions
12+
# Sync your App Configuration instance using GitHub Actions
1313
Azure App Configuration uses GitHub Actions to update an App Configuration instance when triggered by an action performed on a GitHub repository. You can leverage GitHub workflows to update app configuration, enabling the integration of app configuration updates into the same workflow used to update app code.
1414

1515
A GitHub Actions [workflow](https://help.github.com/articles/about-github-actions#workflow) is an automated process defined in your GitHub repository. This process tells GitHub how to build and deploy your GitHub project. Azure App Configuration provides the *Azure App Configuration Sync* Action to enable updates to an App Configuration instance when changes are made to the source repository.
@@ -173,14 +173,14 @@ Given a depth of 2, the example above now returns the following key:value pair:
173173
| --- | --- |
174174
| Object:Inner | {"InnerKey":"InnerValue"} |
175175

176-
## Understand Action Inputs
176+
## Understand action inputs
177177
Input parameters specify data used by the action during runtime. The following table contains input parameters accepted by App Configuration Sync and the expected values for each. For more information about action inputs for GitHub Actions, see GitHub's [documentation](https://help.github.com/actions/automating-your-workflow-with-github-actions/metadata-syntax-for-github-actions#inputs).
178178

179179
> [!Note]
180180
> Input IDs are case insensitive.
181181
182182

183-
| Input Name | Required? | Value |
183+
| Input name | Required? | Value |
184184
|----|----|----|
185185
| configurationFile | Yes | Path to the configuration file in the repository, relative to the root of the repository. Glob patterns are supported and can include multiple files. |
186186
| format | Yes | File format of the configuration file. Valid formats are: JSON, YAML, properties. |

0 commit comments

Comments
 (0)