From 0dcc2167754d6c4b188f41858e4bcbbd421bc230 Mon Sep 17 00:00:00 2001 From: William Sawyer Date: Tue, 7 Feb 2023 18:42:54 +1000 Subject: [PATCH] Corrected code block language --- .../creating-starter-workflows-for-your-organization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/actions/using-workflows/creating-starter-workflows-for-your-organization.md b/content/actions/using-workflows/creating-starter-workflows-for-your-organization.md index 489a20b39784..a62bfb7d10ba 100644 --- a/content/actions/using-workflows/creating-starter-workflows-for-your-organization.md +++ b/content/actions/using-workflows/creating-starter-workflows-for-your-organization.md @@ -72,7 +72,7 @@ This procedure demonstrates how to create a starter workflow and metadata file. run: echo Hello from Octo Organization ``` 4. Create a metadata file inside the `workflow-templates` directory. The metadata file must have the same name as the workflow file, but instead of the `.yml` extension, it must be appended with `.properties.json`. For example, this file named `octo-organization-ci.properties.json` contains the metadata for a workflow file named `octo-organization-ci.yml`: - ```yaml{:copy} + ```json{:copy} { "name": "Octo Organization Workflow", "description": "Octo Organization CI starter workflow.",