Skip to content

Commit b9b7f6f

Browse files
committed
param
1 parent 16361eb commit b9b7f6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/api-center/register-apis-github-actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ You can extend the GitHub Actions workflow to include other steps, such as addin
248248

249249

250250
```azurecli
251-
az apic api update -g ${{ env.RESOURCE_GROUP }} -n ${{ env.SERVICE_NAME }} --api-id {{ env.API_ID }} --metadata-file {{ env.METADATA_FILE }}
251+
az apic api update -g ${{ env.RESOURCE_GROUP }} -n ${{ env.SERVICE_NAME }} --api-id {{ env.API_ID }} --custom-properties {{ env.METADATA_FILE }}
252252
```
253253

254254

0 commit comments

Comments
 (0)