Remove ifversion 'actions-starter-template-ui' feature (#51122)
This commit is contained in:
@@ -34,9 +34,9 @@ We recommend that you have a basic understanding of the Go language. For more in
|
||||
{% data reusables.repositories.navigate-to-repo %}
|
||||
{% data reusables.repositories.actions-tab %}
|
||||
{% data reusables.actions.new-starter-workflow %}
|
||||
1. The "{% ifversion actions-starter-template-ui %}Choose a workflow{% else %}Choose a workflow template{% endif %}" page shows a selection of recommended starter workflows. Search for "go".
|
||||
1. The "Choose a workflow" page shows a selection of recommended starter workflows. Search for "go".
|
||||
1. Filter the selection of workflows by clicking **Continuous integration**.
|
||||
1. On the "Go - by {% data variables.product.prodname_actions %}" workflow, click {% ifversion actions-starter-template-ui %}**Configure**{% else %}**Set up this workflow**{% endif %}.
|
||||
1. On the "Go - by {% data variables.product.prodname_actions %}" workflow, click **Configure**.
|
||||
|
||||

|
||||
|
||||
|
||||
@@ -43,8 +43,8 @@ We recommend that you have a basic understanding of Java and the Ant framework.
|
||||
{% data reusables.repositories.navigate-to-repo %}
|
||||
{% data reusables.repositories.actions-tab %}
|
||||
{% data reusables.actions.new-starter-workflow %}
|
||||
1. The "{% ifversion actions-starter-template-ui %}Choose a workflow{% else %}Choose a workflow template{% endif %}" page shows a selection of recommended starter workflows. Search for "Java with Ant".
|
||||
1. On the "Java with Ant" workflow, click {% ifversion actions-starter-template-ui %}**Configure**{% else %}**Set up this workflow**{% endif %}.
|
||||
1. The "Choose a workflow" page shows a selection of recommended starter workflows. Search for "Java with Ant".
|
||||
1. On the "Java with Ant" workflow, click **Configure**.
|
||||
|
||||
{%- ifversion ghes %}
|
||||
|
||||
|
||||
@@ -43,8 +43,8 @@ We recommend that you have a basic understanding of Java and the Gradle framewor
|
||||
{% data reusables.repositories.navigate-to-repo %}
|
||||
{% data reusables.repositories.actions-tab %}
|
||||
{% data reusables.actions.new-starter-workflow %}
|
||||
1. The "{% ifversion actions-starter-template-ui %}Choose a workflow{% else %}Choose a workflow template{% endif %}" page shows a selection of recommended starter workflows. Search for "Java with Gradle".
|
||||
1. On the "Java with Gradle" workflow, click {% ifversion actions-starter-template-ui %}**Configure**{% else %}**Set up this workflow**{% endif %}.
|
||||
1. The "Choose a workflow" page shows a selection of recommended starter workflows. Search for "Java with Gradle".
|
||||
1. On the "Java with Gradle" workflow, click **Configure**.
|
||||
|
||||
{%- ifversion ghes %}
|
||||
|
||||
|
||||
@@ -43,8 +43,8 @@ We recommend that you have a basic understanding of Java and the Maven framework
|
||||
{% data reusables.repositories.navigate-to-repo %}
|
||||
{% data reusables.repositories.actions-tab %}
|
||||
{% data reusables.actions.new-starter-workflow %}
|
||||
1. The "{% ifversion actions-starter-template-ui %}Choose a workflow{% else %}Choose a workflow template{% endif %}" page shows a selection of recommended starter workflows. Search for "Java with Maven".
|
||||
1. On the "Java with Maven" workflow, click {% ifversion actions-starter-template-ui %}**Configure**{% else %}**Set up this workflow**{% endif %}.
|
||||
1. The "Choose a workflow" page shows a selection of recommended starter workflows. Search for "Java with Maven".
|
||||
1. On the "Java with Maven" workflow, click **Configure**.
|
||||
|
||||
{%- ifversion ghes %}
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ versions:
|
||||
ghec: '*'
|
||||
shortTitle: Build & test .NET
|
||||
---
|
||||
|
||||
|
||||
{% data reusables.actions.enterprise-github-hosted-runners %}
|
||||
|
||||
## Introduction
|
||||
@@ -33,8 +33,8 @@ We recommend that you have a basic understanding of the .NET Core SDK. For more
|
||||
{% data reusables.repositories.navigate-to-repo %}
|
||||
{% data reusables.repositories.actions-tab %}
|
||||
{% data reusables.actions.new-starter-workflow %}
|
||||
1. The "{% ifversion actions-starter-template-ui %}Choose a workflow{% else %}Choose a workflow template{% endif %}" page shows a selection of recommended starter workflows. Search for "dotnet".
|
||||
1. On the ".NET" workflow, click {% ifversion actions-starter-template-ui %}**Configure**{% else %}**Set up this workflow**{% endif %}.
|
||||
1. The "Choose a workflow" page shows a selection of recommended starter workflows. Search for "dotnet".
|
||||
1. On the ".NET" workflow, click **Configure**.
|
||||
|
||||
{%- ifversion ghes %}
|
||||
|
||||
|
||||
@@ -41,9 +41,9 @@ We recommend that you have a basic understanding of Node.js, YAML, workflow conf
|
||||
{% data reusables.repositories.navigate-to-repo %}
|
||||
{% data reusables.repositories.actions-tab %}
|
||||
{% data reusables.actions.new-starter-workflow %}
|
||||
1. The "{% ifversion actions-starter-template-ui %}Choose a workflow{% else %}Choose a workflow template{% endif %}" page shows a selection of recommended starter workflows. Search for "Node.js".
|
||||
1. The "Choose a workflow" page shows a selection of recommended starter workflows. Search for "Node.js".
|
||||
1. Filter the selection of workflows by clicking **Continuous integration**.
|
||||
1. On the "Node.js" workflow, click {% ifversion actions-starter-template-ui %}**Configure**{% else %}**Set up this workflow**{% endif %}.
|
||||
1. On the "Node.js" workflow, click **Configure**.
|
||||
|
||||
{%- ifversion ghes %}
|
||||
|
||||
|
||||
@@ -44,8 +44,8 @@ We recommend that you have a basic understanding of Python, and pip. For more in
|
||||
{% data reusables.repositories.navigate-to-repo %}
|
||||
{% data reusables.repositories.actions-tab %}
|
||||
{% data reusables.actions.new-starter-workflow %}
|
||||
1. The "{% ifversion actions-starter-template-ui %}Choose a workflow{% else %}Choose a workflow template{% endif %}" page shows a selection of recommended starter workflows. Search for "Python application".
|
||||
1. On the "Python application" workflow, click {% ifversion actions-starter-template-ui %}**Configure**{% else %}**Set up this workflow**{% endif %}.
|
||||
1. The "Choose a workflow" page shows a selection of recommended starter workflows. Search for "Python application".
|
||||
1. On the "Python application" workflow, click **Configure**.
|
||||
|
||||
{%- ifversion ghes %}
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@ topics:
|
||||
- Ruby
|
||||
shortTitle: Build & test Ruby
|
||||
---
|
||||
|
||||
|
||||
{% data reusables.actions.enterprise-github-hosted-runners %}
|
||||
|
||||
## Introduction
|
||||
@@ -36,9 +36,9 @@ We recommend that you have a basic understanding of Ruby, YAML, workflow configu
|
||||
{% data reusables.repositories.navigate-to-repo %}
|
||||
{% data reusables.repositories.actions-tab %}
|
||||
{% data reusables.actions.new-starter-workflow %}
|
||||
1. The "{% ifversion actions-starter-template-ui %}Choose a workflow{% else %}Choose a workflow template{% endif %}" page shows a selection of recommended starter workflows. Search for "ruby".
|
||||
1. The "Choose a workflow" page shows a selection of recommended starter workflows. Search for "ruby".
|
||||
1. Filter the selection of workflows by clicking **Continuous integration**.
|
||||
1. On the "Ruby" workflow, click {% ifversion actions-starter-template-ui %}**Configure**{% else %}**Set up this workflow**{% endif %}.
|
||||
1. On the "Ruby" workflow, click **Configure**.
|
||||
|
||||
{%- ifversion ghes %}
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@ topics:
|
||||
- Swift
|
||||
shortTitle: Build & test Swift
|
||||
---
|
||||
|
||||
|
||||
{% data reusables.actions.enterprise-github-hosted-runners %}
|
||||
|
||||
## Introduction
|
||||
@@ -37,9 +37,9 @@ We recommend that you have a basic understanding of Swift packages. For more inf
|
||||
{% data reusables.repositories.navigate-to-repo %}
|
||||
{% data reusables.repositories.actions-tab %}
|
||||
{% data reusables.actions.new-starter-workflow %}
|
||||
1. The "{% ifversion actions-starter-template-ui %}Choose a workflow{% else %}Choose a workflow template{% endif %}" page shows a selection of recommended starter workflows. Search for "swift".
|
||||
1. The "Choose a workflow" page shows a selection of recommended starter workflows. Search for "swift".
|
||||
1. Filter the selection of workflows by clicking **Continuous integration**.
|
||||
1. On the "Swift" workflow, click {% ifversion actions-starter-template-ui %}**Configure**{% else %}**Set up this workflow**{% endif %}.
|
||||
1. On the "Swift" workflow, click **Configure**.
|
||||
|
||||
{%- ifversion ghes %}
|
||||
|
||||
|
||||
@@ -20,14 +20,14 @@ topics:
|
||||
- CI
|
||||
- CD
|
||||
---
|
||||
|
||||
|
||||
{% data reusables.actions.enterprise-github-hosted-runners %}
|
||||
|
||||
## About starter workflows
|
||||
|
||||
Starter workflows are templates that help you to create your own {% data variables.product.prodname_actions %} workflows for a repository. They offer an alternative to starting from a blank workflow file and are useful because some of the work will already have been done for you.
|
||||
|
||||
{% data variables.product.product_name %} offers starter workflows 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, {% data variables.product.product_name %} will suggest a starter workflow file that installs your Node.js packages and runs your tests.{% ifversion actions-starter-template-ui %} You can search and filter to find relevant starter workflows.{% endif %}
|
||||
{% data variables.product.product_name %} offers starter workflows 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, {% data variables.product.product_name %} will suggest a starter workflow file that installs your Node.js packages and runs your tests. You can search and filter to find relevant starter workflows.
|
||||
|
||||
{% data reusables.actions.starter-workflow-categories %}
|
||||
|
||||
@@ -38,7 +38,7 @@ You can also create your own starter workflow to share with your organization. T
|
||||
{% data reusables.repositories.navigate-to-repo %}
|
||||
{% data reusables.repositories.actions-tab %}
|
||||
{% data reusables.actions.new-starter-workflow %}
|
||||
1. The "{% ifversion actions-starter-template-ui %}Choose a workflow{% else %}Choose a workflow template{% endif %}" page shows a selection of recommended starter workflows. Find the starter workflow that you want to use, then click {% ifversion actions-starter-template-ui %}**Configure**{% else %}**Set up this workflow**{% endif %}.{% ifversion actions-starter-template-ui %} To help you find the starter workflow that you want, you can search for keywords or filter by category.{% endif %}
|
||||
1. The "Choose a workflow" page shows a selection of recommended starter workflows. Find the starter workflow that you want to use, then click **Configure**. To help you find the starter workflow that you want, you can search for keywords or filter by category.
|
||||
1. If the starter workflow contains comments detailing additional setup steps, follow these steps.
|
||||
|
||||
There are guides to accompany many of the starter workflows for building and testing projects. For more information, see "[AUTOTITLE](/actions/automating-builds-and-tests)."
|
||||
|
||||
Reference in New Issue
Block a user