Skip to content

Commit fba2dbb

Browse files
Add missing dot to .github (#35963)
Co-authored-by: Alex Nguyen <[email protected]>
1 parent a451540 commit fba2dbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/actions/writing-workflows/using-workflow-templates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Workflow templates are templates that help you to create your own {% data variab
3535

3636
{% data reusables.actions.workflow-templates-repo-link %}
3737

38-
You can also create your own workflow template to share with your organization. These workflow templates will appear alongside the {% data variables.product.product_name %}-provided workflow templates. Anyone with write access to the organization's `github` repository can set up a workflow template. For more information, see [AUTOTITLE](/actions/using-workflows/creating-starter-workflows-for-your-organization).
38+
You can also create your own workflow template to share with your organization. These workflow templates will appear alongside the {% data variables.product.product_name %}-provided workflow templates. Anyone with write access to the organization's `.github` repository can set up a workflow template. For more information, see [AUTOTITLE](/actions/using-workflows/creating-starter-workflows-for-your-organization).
3939

4040
## Choosing and using a workflow template
4141

0 commit comments

Comments
 (0)