Skip to content

Commit 2df6dcd

Browse files
Merge pull request #223612 from AjayBathini-MSFT/patch-30
(AzureCXP) fixes MicrosoftDocs/azure-docs#103651
2 parents 216860e + 8daf3e7 commit 2df6dcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/container-instances/container-instances-github-action.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ In the GitHub workflow, you need to supply Azure credentials to authenticate to
5757
First, get the resource ID of your resource group. Substitute the name of your group in the following [az group show][az-group-show] command:
5858

5959
```azurecli
60-
$groupId=$(az group show \
60+
groupId=$(az group show \
6161
--name <resource-group-name> \
6262
--query id --output tsv)
6363
```

0 commit comments

Comments
 (0)