Skip to content

Commit ec75bbf

Browse files
authored
Merge pull request #13097 from github/repo-sync
repo sync
2 parents 5da314e + 73b9dba commit ec75bbf

2 files changed

Lines changed: 9 additions & 4 deletions

File tree

content/actions/learn-github-actions/using-workflow-templates.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ topics:
2525

2626
## About workflow templates
2727

28-
{% data variables.product.product_name %} offers workflow templates for a variety of languages and tooling. When you set up workflows in your repository, {% data variables.product.product_name %} analyzes the code in your repository and recommends workflows based on the language and framework in your repository. For example, if you use [Node.js](https://nodejs.org/en/), {% data variables.product.product_name %} will suggest a template file that installs your Node.js packages and runs your tests.
28+
{% data variables.product.product_name %} offers workflow templates for a variety of languages and tooling. When you set up workflows in your repository, {% data variables.product.product_name %} analyzes the code in your repository and recommends workflows based on the language and framework in your repository. For example, if you use [Node.js](https://nodejs.org/en/), {% data variables.product.product_name %} will suggest a template file that installs your Node.js packages and runs your tests.{% if actions-starter-template-ui %} You can search and filter to find relevant workflow templates.{% endif %}
2929

30-
You can also create your own workflow templates to share with your organization. For more information, see "[Creating workflow templates](/actions/learn-github-actions/creating-workflow-templates)."
30+
You can also create your own workflow templates to share with your organization. These templates will appear alongside the {% data variables.product.product_name %} workflow templates. For more information, see "[Creating workflow templates](/actions/learn-github-actions/creating-workflow-templates)."
3131

3232
## Using workflow templates
3333

@@ -36,8 +36,8 @@ Anyone with write permission to a repository can set up {% data variables.produc
3636
{% data reusables.repositories.navigate-to-repo %}
3737
{% data reusables.repositories.actions-tab %}
3838
1. If you already have a workflow in your repository, click **New workflow**.
39-
1. Find the template that you want to use, then click **Set up this workflow**.
40-
1. If the workflow template contains comments detailing additional setup steps, follow these steps.
39+
1. Find the template that you want to use, then click **Set up this workflow**.{% if actions-starter-template-ui %} To help you find the template that you want, you can search for keywords or filter by category.{% endif %}
40+
1. If the workflow template contains comments detailing additional setup steps, follow these steps. Many of the templates have corresponding guides. For more information, see [the {% data variables.product.prodname_actions %} guides](/actions/guides)."
4141
1. Some workflow templates use secrets. For example, {% raw %}`${{ secrets.npm_token }}`{% endraw %}. If the workflow template uses a secret, store the value described in the secret name as a secret in your repository. For more information, see "[Encrypted secrets](/actions/reference/encrypted-secrets)."
4242
1. Optionally, make additional changes. For example, you might want to change the value of `on` to change when the workflow runs.
4343
1. Click **Start commit**.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Reference: #5169.
2+
# Documentation for the Actions starter template UI updates
3+
versions:
4+
fpt: '*'
5+
ghec: '*'

0 commit comments

Comments
 (0)