You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Navigating a new codebase can be challenging, so we're making that a little easier. As you're using docs.github.com, you may come across an article that you want to make an update to. You can click on the **make a contribution** button right on that article, which will take you to the file in this repo where you'll make your changes.
Copy file name to clipboardExpand all lines: content/actions/learn-github-actions/sharing-workflows-with-your-organization.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,13 +21,13 @@ If you need to share workflows and other {% data variables.product.prodname_acti
21
21
22
22
### Creating a workflow template
23
23
24
-
Workflow templates can be created by users with write access to the organization's `.github` repository. The templates can then be used by organization members who have permission to create workflows. Workflow templates can be used to create new workflows in an organizations' public repositories; to use templates to create workflows in private repositories, the organization must be part of an enterprise or GitHub One plan.
24
+
Workflow templates can be created by users with write access to the organization's `.github` repository. The templates can then be used by organization members who have permission to create workflows. Workflow templates can be used to create new workflows in an organizations' public repositories; to use templates to create workflows in private repositories, the organization must be part of an enterprise plan.
25
25
26
26
This procedure demonstrates how to create a workflow template and metadata file. The metadata file describes how the template is presented to users when they are creating a new workflow.
27
27
28
28
1. If it doesn't already exist, create a new public repository named `.github` in your organization.
29
-
1. Create a directory named `workflow-templates`.
30
-
1. Create your new workflow file inside the `workflow-templates` directory.
29
+
2. Create a directory named `workflow-templates`.
30
+
3. Create your new workflow file inside the `workflow-templates` directory.
31
31
32
32
If you need to refer to a repository's default branch, you can use the `$default-branch` placeholder. When a workflow is created using your template, the placeholder will be automatically replaced with the name of the repository's default branch.
33
33
@@ -52,7 +52,7 @@ This procedure demonstrates how to create a workflow template and metadata file.
52
52
- name: Run a one-line script
53
53
run: echo Hello from Octo Organization
54
54
```
55
-
1. 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`:
55
+
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`:
Copy file name to clipboardExpand all lines: content/github/getting-started-with-github/githubs-products.md
+1-12Lines changed: 1 addition & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -98,15 +98,4 @@ In addition to the features available with {% data variables.product.prodname_te
98
98
99
99
You can set up a trial to evaluate {% data variables.product.prodname_ghe_cloud %}. For more information, see "<ahref="/articles/setting-up-a-trial-of-github-enterprise-cloud"class="dotcom-only">Setting up a trial of {% data variables.product.prodname_ghe_cloud %}</a>."
100
100
101
-
For more information about hosting your own instance of [{% data variables.product.prodname_ghe_server %}](https://enterprise.github.com), contact {% data variables.contact.contact_enterprise_sales %}. {% data reusables.enterprise_installation.request-a-trial %}
102
-
103
-
### {% data variables.product.prodname_ghe_one %}
104
-
105
-
{% data variables.product.prodname_ghe_one %} includes [{% data variables.product.prodname_enterprise %}](#github-enterprise), plus:
106
-
107
-
- {% data variables.contact.github_support %} {% data variables.product.premium_plus_support_plan %}
108
-
- {% data variables.product.prodname_insights %}
109
-
- {% data variables.product.prodname_GH_advanced_security %}{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" %}. For more information, see "[About {% data variables.product.prodname_GH_advanced_security %}](/github/getting-started-with-github/about-github-advanced-security)."{% endif %}{% if enterpriseServerVersions contains currentVersion and currentVersion == "enterprise-server@2.22" %}. For more information, see "[About {% data variables.product.prodname_code_scanning %}](/github/finding-security-vulnerabilities-and-errors-in-your-code/about-code-scanning)."{% endif %}
110
-
-[{% data variables.product.prodname_learning %} for organizations](https://lab.github.com/organizations)
111
-
112
-
For more information about signing up for {% data variables.product.prodname_ghe_one %}, contact {% data variables.contact.contact_enterprise_sales %}.
101
+
For more information about hosting your own instance of [{% data variables.product.prodname_ghe_server %}](https://enterprise.github.com), contact {% data variables.contact.contact_enterprise_sales %}. {% data reusables.enterprise_installation.request-a-trial %}
Copy file name to clipboardExpand all lines: content/github/working-with-github-support/about-github-premium-support-for-github-enterprise-cloud.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
title: About GitHub Premium Support for GitHub Enterprise Cloud
3
-
intro: '{% data variables.contact.premium_support %} is a paid, supplemental support offering for {% data variables.product.prodname_ghe_cloud %} and {% data variables.product.prodname_ghe_one %} customers.'
3
+
intro: '{% data variables.contact.premium_support %} is a paid, supplemental support offering for {% data variables.product.prodname_ghe_cloud %} customers.'
Copy file name to clipboardExpand all lines: content/insights/exploring-your-usage-of-github-enterprise/metrics-available-with-github-insights.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,5 @@
1
1
---
2
2
title: Metrics available with GitHub Insights
3
-
product: '{% data reusables.gated-features.github-insights %}'
4
3
intro: '{% data variables.product.prodname_insights %} includes a variety of metrics to give you visibility into your team''s software delivery process.'
Copy file name to clipboardExpand all lines: content/insights/exploring-your-usage-of-github-enterprise/navigating-between-github-enterprise-and-github-insights.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,6 @@
1
1
---
2
2
title: Navigating between GitHub Enterprise and GitHub Insights
3
3
intro: ''
4
-
product: '{% data reusables.gated-features.github-insights %}'
5
4
permissions: 'Anyone with access to {% data variables.product.prodname_insights %} can navigate between {% data variables.product.prodname_enterprise %} and {% data variables.product.prodname_insights %}.'
0 commit comments