1
0
mirror of synced 2025-12-23 11:54:18 -05:00

Remove enterprise-beta data reusable (#37126)

This commit is contained in:
Grace Park
2023-05-17 12:25:04 -07:00
committed by GitHub
parent a89b35a6d6
commit 3a0b459445
137 changed files with 136 additions and 273 deletions

View File

@@ -17,8 +17,7 @@ topics:
- CI - CI
shortTitle: Continuous integration shortTitle: Continuous integration
--- ---
{% data reusables.actions.enterprise-beta %}
{% data reusables.actions.enterprise-github-hosted-runners %} {% data reusables.actions.enterprise-github-hosted-runners %}
## About continuous integration ## About continuous integration

View File

@@ -11,8 +11,7 @@ topics:
- CI - CI
shortTitle: Build & test Go shortTitle: Build & test Go
--- ---
{% data reusables.actions.enterprise-beta %}
{% data reusables.actions.enterprise-github-hosted-runners %} {% data reusables.actions.enterprise-github-hosted-runners %}
## Introduction ## Introduction

View File

@@ -16,8 +16,7 @@ topics:
- Ant - Ant
shortTitle: Build & test Java & Ant shortTitle: Build & test Java & Ant
--- ---
{% data reusables.actions.enterprise-beta %}
{% data reusables.actions.enterprise-github-hosted-runners %} {% data reusables.actions.enterprise-github-hosted-runners %}
## Introduction ## Introduction

View File

@@ -16,8 +16,7 @@ topics:
- Gradle - Gradle
shortTitle: Build & test Java & Gradle shortTitle: Build & test Java & Gradle
--- ---
{% data reusables.actions.enterprise-beta %}
{% data reusables.actions.enterprise-github-hosted-runners %} {% data reusables.actions.enterprise-github-hosted-runners %}
## Introduction ## Introduction

View File

@@ -16,8 +16,7 @@ topics:
- Maven - Maven
shortTitle: Build & test Java with Maven shortTitle: Build & test Java with Maven
--- ---
{% data reusables.actions.enterprise-beta %}
{% data reusables.actions.enterprise-github-hosted-runners %} {% data reusables.actions.enterprise-github-hosted-runners %}
## Introduction ## Introduction

View File

@@ -10,8 +10,7 @@ versions:
ghec: '*' ghec: '*'
shortTitle: Build & test .NET shortTitle: Build & test .NET
--- ---
{% data reusables.actions.enterprise-beta %}
{% data reusables.actions.enterprise-github-hosted-runners %} {% data reusables.actions.enterprise-github-hosted-runners %}
## Introduction ## Introduction

View File

@@ -17,8 +17,7 @@ topics:
- JavaScript - JavaScript
shortTitle: Build & test Node.js shortTitle: Build & test Node.js
--- ---
{% data reusables.actions.enterprise-beta %}
{% data reusables.actions.enterprise-github-hosted-runners %} {% data reusables.actions.enterprise-github-hosted-runners %}
## Introduction ## Introduction

View File

@@ -16,8 +16,7 @@ topics:
- PowerShell - PowerShell
shortTitle: Build & test PowerShell shortTitle: Build & test PowerShell
--- ---
{% data reusables.actions.enterprise-beta %}
{% data reusables.actions.enterprise-github-hosted-runners %} {% data reusables.actions.enterprise-github-hosted-runners %}
## Introduction ## Introduction

View File

@@ -16,8 +16,7 @@ topics:
- Python - Python
shortTitle: Build & test Python shortTitle: Build & test Python
--- ---
{% data reusables.actions.enterprise-beta %}
{% data reusables.actions.enterprise-github-hosted-runners %} {% data reusables.actions.enterprise-github-hosted-runners %}
## Introduction ## Introduction

View File

@@ -14,8 +14,7 @@ topics:
- Ruby - Ruby
shortTitle: Build & test Ruby shortTitle: Build & test Ruby
--- ---
{% data reusables.actions.enterprise-beta %}
{% data reusables.actions.enterprise-github-hosted-runners %} {% data reusables.actions.enterprise-github-hosted-runners %}
## Introduction ## Introduction

View File

@@ -14,8 +14,7 @@ topics:
- Swift - Swift
shortTitle: Build & test Swift shortTitle: Build & test Swift
--- ---
{% data reusables.actions.enterprise-beta %}
{% data reusables.actions.enterprise-github-hosted-runners %} {% data reusables.actions.enterprise-github-hosted-runners %}
## Introduction ## Introduction

View File

@@ -18,8 +18,7 @@ topics:
- iOS - iOS
shortTitle: Build & test Xamarin apps shortTitle: Build & test Xamarin apps
--- ---
{% data reusables.actions.enterprise-beta %}
{% data reusables.actions.enterprise-github-hosted-runners %} {% data reusables.actions.enterprise-github-hosted-runners %}
## Introduction ## Introduction

View File

@@ -17,8 +17,7 @@ topics:
- Action development - Action development
- Fundamentals - Fundamentals
--- ---
{% data reusables.actions.enterprise-beta %}
{% data reusables.actions.enterprise-github-hosted-runners %} {% data reusables.actions.enterprise-github-hosted-runners %}
## About custom actions ## About custom actions

View File

@@ -13,8 +13,7 @@ type: tutorial
topics: topics:
- Action development - Action development
--- ---
{% data reusables.actions.enterprise-beta %}
{% data reusables.actions.enterprise-github-hosted-runners %} {% data reusables.actions.enterprise-github-hosted-runners %}
## Introduction ## Introduction

View File

@@ -17,8 +17,7 @@ topics:
- Action development - Action development
- Docker - Docker
--- ---
{% data reusables.actions.enterprise-beta %}
{% data reusables.actions.enterprise-github-hosted-runners %} {% data reusables.actions.enterprise-github-hosted-runners %}
## Introduction ## Introduction

View File

@@ -17,8 +17,7 @@ topics:
- Action development - Action development
- JavaScript - JavaScript
--- ---
{% data reusables.actions.enterprise-beta %}
{% data reusables.actions.enterprise-github-hosted-runners %} {% data reusables.actions.enterprise-github-hosted-runners %}
## Introduction ## Introduction

View File

@@ -11,8 +11,7 @@ versions:
ghec: '*' ghec: '*'
type: reference type: reference
--- ---
{% data reusables.actions.enterprise-beta %}
{% data reusables.actions.enterprise-github-hosted-runners %} {% data reusables.actions.enterprise-github-hosted-runners %}
## About Dockerfile instructions ## About Dockerfile instructions

View File

@@ -26,6 +26,5 @@ children:
- /sharing-actions-and-workflows-with-your-organization - /sharing-actions-and-workflows-with-your-organization
- /releasing-and-maintaining-actions - /releasing-and-maintaining-actions
- /developing-a-third-party-cli-action - /developing-a-third-party-cli-action
--- ---
{% data reusables.actions.enterprise-beta %}
{% data reusables.actions.enterprise-github-hosted-runners %} {% data reusables.actions.enterprise-github-hosted-runners %}

View File

@@ -14,8 +14,7 @@ versions:
ghec: '*' ghec: '*'
type: reference type: reference
--- ---
{% data reusables.actions.enterprise-beta %}
{% data reusables.actions.enterprise-github-hosted-runners %} {% data reusables.actions.enterprise-github-hosted-runners %}
## About YAML syntax for {% data variables.product.prodname_actions %} ## About YAML syntax for {% data variables.product.prodname_actions %}

View File

@@ -13,8 +13,7 @@ versions:
ghes: '*' ghes: '*'
ghae: '*' ghae: '*'
--- ---
{% data reusables.actions.enterprise-beta %}
{% data reusables.actions.enterprise-github-hosted-runners %} {% data reusables.actions.enterprise-github-hosted-runners %}
## Introduction ## Introduction

View File

@@ -11,8 +11,7 @@ versions:
ghec: '*' ghec: '*'
type: how_to type: how_to
--- ---
{% data reusables.actions.enterprise-beta %}
{% data reusables.actions.enterprise-github-hosted-runners %} {% data reusables.actions.enterprise-github-hosted-runners %}
## About exit codes ## About exit codes

View File

@@ -13,8 +13,7 @@ topics:
- CD - CD
shortTitle: About continuous deployment shortTitle: About continuous deployment
--- ---
{% data reusables.actions.enterprise-beta %}
{% data reusables.actions.enterprise-github-hosted-runners %} {% data reusables.actions.enterprise-github-hosted-runners %}
## About continuous deployment ## About continuous deployment

View File

@@ -14,8 +14,7 @@ topics:
- Deployment - Deployment
shortTitle: Deploy with GitHub Actions shortTitle: Deploy with GitHub Actions
--- ---
{% data reusables.actions.enterprise-beta %}
{% data reusables.actions.enterprise-github-hosted-runners %} {% data reusables.actions.enterprise-github-hosted-runners %}
## Introduction ## Introduction

View File

@@ -16,8 +16,7 @@ topics:
- Amazon ECS - Amazon ECS
shortTitle: Deploy to Amazon ECS shortTitle: Deploy to Amazon ECS
--- ---
{% data reusables.actions.enterprise-beta %}
{% data reusables.actions.enterprise-github-hosted-runners %} {% data reusables.actions.enterprise-github-hosted-runners %}
## Introduction ## Introduction

View File

@@ -13,8 +13,7 @@ topics:
- Docker - Docker
- Azure App Service - Azure App Service
--- ---
{% data reusables.actions.enterprise-beta %}
{% data reusables.actions.enterprise-github-hosted-runners %} {% data reusables.actions.enterprise-github-hosted-runners %}
## Introduction ## Introduction

View File

@@ -12,8 +12,7 @@ topics:
- Java - Java
- Azure App Service - Azure App Service
--- ---
{% data reusables.actions.enterprise-beta %}
{% data reusables.actions.enterprise-github-hosted-runners %} {% data reusables.actions.enterprise-github-hosted-runners %}
## Introduction ## Introduction

View File

@@ -11,8 +11,7 @@ topics:
- CD - CD
- Azure App Service - Azure App Service
--- ---
{% data reusables.actions.enterprise-beta %}
{% data reusables.actions.enterprise-github-hosted-runners %} {% data reusables.actions.enterprise-github-hosted-runners %}
## Introduction ## Introduction

View File

@@ -17,8 +17,7 @@ topics:
- JavaScript - JavaScript
- Azure App Service - Azure App Service
--- ---
{% data reusables.actions.enterprise-beta %}
{% data reusables.actions.enterprise-github-hosted-runners %} {% data reusables.actions.enterprise-github-hosted-runners %}
## Introduction ## Introduction

View File

@@ -11,8 +11,7 @@ topics:
- CD - CD
- Azure App Service - Azure App Service
--- ---
{% data reusables.actions.enterprise-beta %}
{% data reusables.actions.enterprise-github-hosted-runners %} {% data reusables.actions.enterprise-github-hosted-runners %}
## Introduction ## Introduction

View File

@@ -12,8 +12,7 @@ topics:
- Python - Python
- Azure App Service - Azure App Service
--- ---
{% data reusables.actions.enterprise-beta %}
{% data reusables.actions.enterprise-github-hosted-runners %} {% data reusables.actions.enterprise-github-hosted-runners %}
## Introduction ## Introduction

View File

@@ -11,8 +11,7 @@ topics:
- CD - CD
- Azure Kubernetes Service - Azure Kubernetes Service
--- ---
{% data reusables.actions.enterprise-beta %}
{% data reusables.actions.enterprise-github-hosted-runners %} {% data reusables.actions.enterprise-github-hosted-runners %}

View File

@@ -11,8 +11,7 @@ topics:
- CD - CD
- Azure Static Web Apps - Azure Static Web Apps
--- ---
{% data reusables.actions.enterprise-beta %}
{% data reusables.actions.enterprise-github-hosted-runners %} {% data reusables.actions.enterprise-github-hosted-runners %}

View File

@@ -16,8 +16,7 @@ topics:
- Google Kubernetes Engine - Google Kubernetes Engine
shortTitle: Deploy to Google Kubernetes Engine shortTitle: Deploy to Google Kubernetes Engine
--- ---
{% data reusables.actions.enterprise-beta %}
{% data reusables.actions.enterprise-github-hosted-runners %} {% data reusables.actions.enterprise-github-hosted-runners %}
## Introduction ## Introduction

View File

@@ -15,8 +15,7 @@ topics:
- CI - CI
- Xcode - Xcode
--- ---
{% data reusables.actions.enterprise-beta %}
{% data reusables.actions.enterprise-github-hosted-runners %} {% data reusables.actions.enterprise-github-hosted-runners %}
## Introduction ## Introduction

View File

@@ -10,8 +10,7 @@ type: tutorial
topics: topics:
- Security - Security
--- ---
{% data reusables.actions.enterprise-beta %}
{% data reusables.actions.enterprise-github-hosted-runners %} {% data reusables.actions.enterprise-github-hosted-runners %}
## Overview of OpenID Connect ## Overview of OpenID Connect

View File

@@ -10,8 +10,7 @@ type: tutorial
topics: topics:
- Security - Security
--- ---
{% data reusables.actions.enterprise-beta %}
{% data reusables.actions.enterprise-github-hosted-runners %} {% data reusables.actions.enterprise-github-hosted-runners %}
## Overview ## Overview

View File

@@ -10,8 +10,7 @@ type: tutorial
topics: topics:
- Security - Security
--- ---
{% data reusables.actions.enterprise-beta %}
{% data reusables.actions.enterprise-github-hosted-runners %} {% data reusables.actions.enterprise-github-hosted-runners %}
## Overview ## Overview

View File

@@ -10,8 +10,7 @@ type: tutorial
topics: topics:
- Security - Security
--- ---
{% data reusables.actions.enterprise-beta %}
{% data reusables.actions.enterprise-github-hosted-runners %} {% data reusables.actions.enterprise-github-hosted-runners %}
## Overview ## Overview

View File

@@ -10,8 +10,7 @@ type: tutorial
topics: topics:
- Security - Security
--- ---
{% data reusables.actions.enterprise-beta %}
{% data reusables.actions.enterprise-github-hosted-runners %} {% data reusables.actions.enterprise-github-hosted-runners %}
## Overview ## Overview

View File

@@ -10,8 +10,7 @@ type: tutorial
topics: topics:
- Security - Security
--- ---
{% data reusables.actions.enterprise-beta %}
{% data reusables.actions.enterprise-github-hosted-runners %} {% data reusables.actions.enterprise-github-hosted-runners %}
## Overview ## Overview

View File

@@ -13,8 +13,7 @@ topics:
- Workflows - Workflows
- Security - Security
--- ---
{% data reusables.actions.enterprise-beta %}
{% data reusables.actions.enterprise-github-hosted-runners %} {% data reusables.actions.enterprise-github-hosted-runners %}
## About reusable workflows ## About reusable workflows

View File

@@ -20,6 +20,5 @@ children:
- /managing-self-hosted-runners - /managing-self-hosted-runners
- /managing-self-hosted-runners-with-actions-runner-controller - /managing-self-hosted-runners-with-actions-runner-controller
--- ---
{% data reusables.actions.enterprise-beta %}
{% data reusables.actions.enterprise-github-hosted-runners %} {% data reusables.actions.enterprise-github-hosted-runners %}

View File

@@ -16,6 +16,5 @@ children:
- /using-actions-runner-controller-runners-in-a-workflow - /using-actions-runner-controller-runners-in-a-workflow
- /troubleshooting-actions-runner-controller-errors - /troubleshooting-actions-runner-controller-errors
--- ---
{% data reusables.actions.enterprise-beta %}
{% data reusables.actions.enterprise-github-hosted-runners %} {% data reusables.actions.enterprise-github-hosted-runners %}

View File

@@ -12,8 +12,7 @@ versions:
ghec: '*' ghec: '*'
type: overview type: overview
--- ---
{% data reusables.actions.enterprise-beta %}
{% data reusables.actions.enterprise-github-hosted-runners %} {% data reusables.actions.enterprise-github-hosted-runners %}
## About self-hosted runners ## About self-hosted runners

View File

@@ -13,8 +13,7 @@ versions:
type: tutorial type: tutorial
shortTitle: Add self-hosted runners shortTitle: Add self-hosted runners
--- ---
{% data reusables.actions.enterprise-beta %}
{% data reusables.actions.enterprise-github-hosted-runners %} {% data reusables.actions.enterprise-github-hosted-runners %}
You can add a self-hosted runner to a repository, an organization, or an enterprise. You can add a self-hosted runner to a repository, an organization, or an enterprise.

View File

@@ -11,8 +11,7 @@ versions:
ghae: '*' ghae: '*'
type: overview type: overview
--- ---
{% data reusables.actions.enterprise-beta %}
{% data reusables.actions.enterprise-github-hosted-runners %} {% data reusables.actions.enterprise-github-hosted-runners %}
## About autoscaling ## About autoscaling

View File

@@ -13,8 +13,7 @@ versions:
type: tutorial type: tutorial
defaultPlatform: linux defaultPlatform: linux
--- ---
{% data reusables.actions.enterprise-beta %}
{% data reusables.actions.enterprise-github-hosted-runners %} {% data reusables.actions.enterprise-github-hosted-runners %}
{% capture service_first_step %}1. Stop the self-hosted runner application if it is currently running.{% endcapture %} {% capture service_first_step %}1. Stop the self-hosted runner application if it is currently running.{% endcapture %}

View File

@@ -21,6 +21,5 @@ children:
- /monitoring-and-troubleshooting-self-hosted-runners - /monitoring-and-troubleshooting-self-hosted-runners
- /removing-self-hosted-runners - /removing-self-hosted-runners
--- ---
{% data reusables.actions.enterprise-beta %}
{% data reusables.actions.enterprise-github-hosted-runners %} {% data reusables.actions.enterprise-github-hosted-runners %}

View File

@@ -14,8 +14,7 @@ versions:
ghec: '*' ghec: '*'
type: tutorial type: tutorial
--- ---
{% data reusables.actions.enterprise-beta %}
{% data reusables.actions.enterprise-github-hosted-runners %} {% data reusables.actions.enterprise-github-hosted-runners %}
## About runner groups ## About runner groups

View File

@@ -15,8 +15,7 @@ type: tutorial
defaultPlatform: linux defaultPlatform: linux
shortTitle: Monitor & troubleshoot shortTitle: Monitor & troubleshoot
--- ---
{% data reusables.actions.enterprise-beta %}
{% data reusables.actions.enterprise-github-hosted-runners %} {% data reusables.actions.enterprise-github-hosted-runners %}
## Checking the status of a self-hosted runner ## Checking the status of a self-hosted runner

View File

@@ -13,8 +13,7 @@ versions:
type: tutorial type: tutorial
shortTitle: Remove self-hosted runners shortTitle: Remove self-hosted runners
--- ---
{% data reusables.actions.enterprise-beta %}
{% data reusables.actions.enterprise-github-hosted-runners %} {% data reusables.actions.enterprise-github-hosted-runners %}
## Removing a runner from a repository ## Removing a runner from a repository

View File

@@ -12,8 +12,7 @@ versions:
type: tutorial type: tutorial
shortTitle: Proxy servers shortTitle: Proxy servers
--- ---
{% data reusables.actions.enterprise-beta %}
{% data reusables.actions.enterprise-github-hosted-runners %} {% data reusables.actions.enterprise-github-hosted-runners %}
## Configuring a proxy server using environment variables ## Configuring a proxy server using environment variables

View File

@@ -11,8 +11,7 @@ versions:
type: tutorial type: tutorial
shortTitle: Label runners shortTitle: Label runners
--- ---
{% data reusables.actions.enterprise-beta %}
{% data reusables.actions.enterprise-github-hosted-runners %} {% data reusables.actions.enterprise-github-hosted-runners %}
For information on how to use labels to route jobs to specific types of self-hosted runners, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/using-self-hosted-runners-in-a-workflow)." {% ifversion target-runner-groups %}You can also route jobs to runners in a specific group. For more information, see "[AUTOTITLE](/actions/using-jobs/choosing-the-runner-for-a-job#targeting-runners-in-a-group)."{% endif %} For information on how to use labels to route jobs to specific types of self-hosted runners, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/using-self-hosted-runners-in-a-workflow)." {% ifversion target-runner-groups %}You can also route jobs to runners in a specific group. For more information, see "[AUTOTITLE](/actions/using-jobs/choosing-the-runner-for-a-job#targeting-runners-in-a-group)."{% endif %}

View File

@@ -13,8 +13,7 @@ versions:
type: tutorial type: tutorial
shortTitle: Use runners in a workflow shortTitle: Use runners in a workflow
--- ---
{% data reusables.actions.enterprise-beta %}
{% data reusables.actions.enterprise-github-hosted-runners %} {% data reusables.actions.enterprise-github-hosted-runners %}
You can target self-hosted runners for use in a workflow based on the labels assigned to the runners{% ifversion target-runner-groups %}, or their group membership, or a combination of these{% endif %}. You can target self-hosted runners for use in a workflow based on the labels assigned to the runners{% ifversion target-runner-groups %}, or their group membership, or a combination of these{% endif %}.

View File

@@ -14,8 +14,7 @@ versions:
ghae: '*' ghae: '*'
ghec: '*' ghec: '*'
--- ---
{% data reusables.actions.enterprise-beta %}
{% data reusables.actions.enterprise-github-hosted-runners %} {% data reusables.actions.enterprise-github-hosted-runners %}
## About contexts ## About contexts

View File

@@ -11,8 +11,7 @@ type: overview
topics: topics:
- Fundamentals - Fundamentals
--- ---
{% data reusables.actions.enterprise-beta %}
{% data reusables.actions.enterprise-github-hosted-runners %} {% data reusables.actions.enterprise-github-hosted-runners %}
## Overview ## Overview

View File

@@ -8,8 +8,7 @@ versions:
ghae: '*' ghae: '*'
ghec: '*' ghec: '*'
--- ---
{% data reusables.actions.enterprise-beta %}
{% data reusables.actions.enterprise-github-hosted-runners %} {% data reusables.actions.enterprise-github-hosted-runners %}
## About expressions ## About expressions

View File

@@ -16,8 +16,7 @@ type: how_to
topics: topics:
- Fundamentals - Fundamentals
--- ---
{% data reusables.actions.enterprise-beta %}
{% data reusables.actions.enterprise-github-hosted-runners %} {% data reusables.actions.enterprise-github-hosted-runners %}
## Overview ## Overview

View File

@@ -16,8 +16,7 @@ type: overview
topics: topics:
- Fundamentals - Fundamentals
--- ---
{% data reusables.actions.enterprise-beta %}
{% data reusables.actions.enterprise-github-hosted-runners %} {% data reusables.actions.enterprise-github-hosted-runners %}
## Overview ## Overview

View File

@@ -12,8 +12,7 @@ topics:
- Billing - Billing
shortTitle: Workflow billing & limits shortTitle: Workflow billing & limits
--- ---
{% data reusables.actions.enterprise-beta %}
{% data reusables.actions.enterprise-github-hosted-runners %} {% data reusables.actions.enterprise-github-hosted-runners %}
## About billing for {% data variables.product.prodname_actions %} ## About billing for {% data variables.product.prodname_actions %}

View File

@@ -13,8 +13,7 @@ versions:
ghae: '*' ghae: '*'
ghec: '*' ghec: '*'
--- ---
{% data reusables.actions.enterprise-beta %}
{% data reusables.actions.enterprise-github-hosted-runners %} {% data reusables.actions.enterprise-github-hosted-runners %}
## About variables ## About variables

View File

@@ -14,8 +14,7 @@ topics:
- Workflows - Workflows
- Project management - Project management
--- ---
{% data reusables.actions.enterprise-beta %}
{% data reusables.actions.enterprise-github-hosted-runners %} {% data reusables.actions.enterprise-github-hosted-runners %}
## Introduction ## Introduction

View File

@@ -14,8 +14,7 @@ topics:
- Workflows - Workflows
- Project management - Project management
--- ---
{% data reusables.actions.enterprise-beta %}
{% data reusables.actions.enterprise-github-hosted-runners %} {% data reusables.actions.enterprise-github-hosted-runners %}
## Introduction ## Introduction

View File

@@ -14,8 +14,7 @@ topics:
- Project management - Project management
shortTitle: Add label to comment on issue shortTitle: Add label to comment on issue
--- ---
{% data reusables.actions.enterprise-beta %}
{% data reusables.actions.enterprise-github-hosted-runners %} {% data reusables.actions.enterprise-github-hosted-runners %}
## Introduction ## Introduction

View File

@@ -14,8 +14,7 @@ topics:
- Project management - Project management
shortTitle: Move assigned issues shortTitle: Move assigned issues
--- ---
{% data reusables.actions.enterprise-beta %}
{% data reusables.actions.enterprise-github-hosted-runners %} {% data reusables.actions.enterprise-github-hosted-runners %}
## Introduction ## Introduction

View File

@@ -14,8 +14,7 @@ topics:
- Project management - Project management
shortTitle: Remove label when adding card shortTitle: Remove label when adding card
--- ---
{% data reusables.actions.enterprise-beta %}
{% data reusables.actions.enterprise-github-hosted-runners %} {% data reusables.actions.enterprise-github-hosted-runners %}
## Introduction ## Introduction

View File

@@ -14,8 +14,7 @@ topics:
- Workflows - Workflows
- Project management - Project management
--- ---
{% data reusables.actions.enterprise-beta %}
{% data reusables.actions.enterprise-github-hosted-runners %} {% data reusables.actions.enterprise-github-hosted-runners %}
## Introduction ## Introduction

View File

@@ -8,8 +8,7 @@ versions:
ghae: '*' ghae: '*'
ghec: '*' ghec: '*'
--- ---
{% data reusables.actions.enterprise-beta %}
{% data reusables.actions.enterprise-github-hosted-runners %} {% data reusables.actions.enterprise-github-hosted-runners %}
{% data reusables.repositories.permissions-statement-write %} {% data reusables.repositories.permissions-statement-write %}

View File

@@ -8,8 +8,7 @@ versions:
ghae: '*' ghae: '*'
ghec: '*' ghec: '*'
--- ---
{% data reusables.actions.enterprise-beta %}
{% data reusables.actions.enterprise-github-hosted-runners %} {% data reusables.actions.enterprise-github-hosted-runners %}
{% data reusables.repositories.permissions-statement-write %} {% data reusables.repositories.permissions-statement-write %}

View File

@@ -8,8 +8,7 @@ versions:
ghec: '*' ghec: '*'
shortTitle: Disable & enable a workflow shortTitle: Disable & enable a workflow
--- ---
{% data reusables.actions.enterprise-beta %}
{% data reusables.actions.enterprise-github-hosted-runners %} {% data reusables.actions.enterprise-github-hosted-runners %}
Disabling a workflow allows you to stop a workflow from being triggered without having to delete the file from the repo. You can easily re-enable the workflow again on {% data variables.product.prodname_dotcom %}. Disabling a workflow allows you to stop a workflow from being triggered without having to delete the file from the repo. You can easily re-enable the workflow again on {% data variables.product.prodname_dotcom %}.

View File

@@ -9,8 +9,7 @@ versions:
ghec: '*' ghec: '*'
shortTitle: Download workflow artifacts shortTitle: Download workflow artifacts
--- ---
{% data reusables.actions.enterprise-beta %}
{% data reusables.actions.enterprise-github-hosted-runners %} {% data reusables.actions.enterprise-github-hosted-runners %}
By default, {% data variables.product.product_name %} stores build logs and artifacts for 90 days, and you can customize this retention period, depending on the type of repository. For more information, see "[AUTOTITLE](/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository#configuring-the-retention-period-for-github-actions-artifacts-and-logs-in-your-repository)." By default, {% data variables.product.product_name %} stores build logs and artifacts for 90 days, and you can customize this retention period, depending on the type of repository. For more information, see "[AUTOTITLE](/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository#configuring-the-retention-period-for-github-actions-artifacts-and-logs-in-your-repository)."

View File

@@ -25,6 +25,5 @@ children:
- /deleting-a-workflow-run - /deleting-a-workflow-run
- /downloading-workflow-artifacts - /downloading-workflow-artifacts
- /removing-workflow-artifacts - /removing-workflow-artifacts
--- ---
{% data reusables.actions.enterprise-beta %}
{% data reusables.actions.enterprise-github-hosted-runners %} {% data reusables.actions.enterprise-github-hosted-runners %}

View File

@@ -8,8 +8,7 @@ versions:
ghec: '*' ghec: '*'
shortTitle: Manually run a workflow shortTitle: Manually run a workflow
--- ---
{% data reusables.actions.enterprise-beta %}
{% data reusables.actions.enterprise-github-hosted-runners %} {% data reusables.actions.enterprise-github-hosted-runners %}
## Configuring a workflow to run manually ## Configuring a workflow to run manually

View File

@@ -11,8 +11,7 @@ versions:
ghae: '*' ghae: '*'
ghec: '*' ghec: '*'
--- ---
{% data reusables.actions.enterprise-beta %}
{% data reusables.actions.enterprise-github-hosted-runners %} {% data reusables.actions.enterprise-github-hosted-runners %}
## About re-running workflows and jobs ## About re-running workflows and jobs

View File

@@ -8,8 +8,7 @@ versions:
ghec: '*' ghec: '*'
shortTitle: Remove workflow artifacts shortTitle: Remove workflow artifacts
--- ---
{% data reusables.actions.enterprise-beta %}
{% data reusables.actions.enterprise-github-hosted-runners %} {% data reusables.actions.enterprise-github-hosted-runners %}
## Deleting an artifact ## Deleting an artifact

View File

@@ -8,8 +8,7 @@ versions:
ghec: '*' ghec: '*'
shortTitle: Skip workflow runs shortTitle: Skip workflow runs
--- ---
{% data reusables.actions.enterprise-beta %}
{% data reusables.actions.enterprise-github-hosted-runners %} {% data reusables.actions.enterprise-github-hosted-runners %}
{% note %} {% note %}

View File

@@ -15,8 +15,7 @@ topics:
- CD - CD
shortTitle: 'Automate migration with {% data variables.product.prodname_actions_importer %}' shortTitle: 'Automate migration with {% data variables.product.prodname_actions_importer %}'
--- ---
{% data reusables.actions.enterprise-beta %}
{% data reusables.actions.enterprise-github-hosted-runners %} {% data reusables.actions.enterprise-github-hosted-runners %}
[Legal notice](#legal-notice) [Legal notice](#legal-notice)

View File

@@ -17,8 +17,7 @@ topics:
- CD - CD
shortTitle: Migrate from Azure Pipelines shortTitle: Migrate from Azure Pipelines
--- ---
{% data reusables.actions.enterprise-beta %}
{% data reusables.actions.enterprise-github-hosted-runners %} {% data reusables.actions.enterprise-github-hosted-runners %}
## Introduction ## Introduction

View File

@@ -17,8 +17,7 @@ topics:
- CD - CD
shortTitle: Migrate from CircleCI shortTitle: Migrate from CircleCI
--- ---
{% data reusables.actions.enterprise-beta %}
{% data reusables.actions.enterprise-github-hosted-runners %} {% data reusables.actions.enterprise-github-hosted-runners %}
## Introduction ## Introduction

View File

@@ -17,8 +17,7 @@ topics:
- CD - CD
shortTitle: Migrate from GitLab CI/CD shortTitle: Migrate from GitLab CI/CD
--- ---
{% data reusables.actions.enterprise-beta %}
{% data reusables.actions.enterprise-github-hosted-runners %} {% data reusables.actions.enterprise-github-hosted-runners %}
## Introduction ## Introduction

View File

@@ -17,8 +17,7 @@ topics:
- CD - CD
shortTitle: Migrate from Jenkins shortTitle: Migrate from Jenkins
--- ---
{% data reusables.actions.enterprise-beta %}
{% data reusables.actions.enterprise-github-hosted-runners %} {% data reusables.actions.enterprise-github-hosted-runners %}
## Introduction ## Introduction

View File

@@ -17,8 +17,7 @@ topics:
- CD - CD
shortTitle: Migrate from Travis CI shortTitle: Migrate from Travis CI
--- ---
{% data reusables.actions.enterprise-beta %}
{% data reusables.actions.enterprise-github-hosted-runners %} {% data reusables.actions.enterprise-github-hosted-runners %}
## Introduction ## Introduction

View File

@@ -8,8 +8,7 @@ versions:
ghec: '*' ghec: '*'
shortTitle: About monitoring and troubleshooting shortTitle: About monitoring and troubleshooting
--- ---
{% data reusables.actions.enterprise-beta %}
{% data reusables.actions.enterprise-github-hosted-runners %} {% data reusables.actions.enterprise-github-hosted-runners %}
## Monitoring your workflows ## Monitoring your workflows

View File

@@ -10,8 +10,7 @@ versions:
ghae: '*' ghae: '*'
ghec: '*' ghec: '*'
--- ---
{% data reusables.actions.enterprise-beta %}
{% data reusables.actions.enterprise-github-hosted-runners %} {% data reusables.actions.enterprise-github-hosted-runners %}
{% note %} {% note %}

View File

@@ -10,8 +10,7 @@ versions:
ghae: '*' ghae: '*'
ghec: '*' ghec: '*'
--- ---
{% data reusables.actions.enterprise-beta %}
{% data reusables.actions.enterprise-github-hosted-runners %} {% data reusables.actions.enterprise-github-hosted-runners %}
These extra logs are enabled by setting secrets{% ifversion actions-configuration-variables %} or variables{% endif %} in the repository containing the workflow, so the same permissions requirements will apply: These extra logs are enabled by setting secrets{% ifversion actions-configuration-variables %} or variables{% endif %} in the repository containing the workflow, so the same permissions requirements will apply:

View File

@@ -19,6 +19,5 @@ children:
- /using-workflow-run-logs - /using-workflow-run-logs
- /enabling-debug-logging - /enabling-debug-logging
- /notifications-for-workflow-runs - /notifications-for-workflow-runs
--- ---
{% data reusables.actions.enterprise-beta %}
{% data reusables.actions.enterprise-github-hosted-runners %} {% data reusables.actions.enterprise-github-hosted-runners %}

View File

@@ -8,8 +8,7 @@ versions:
ghae: '*' ghae: '*'
ghec: '*' ghec: '*'
--- ---
{% data reusables.actions.enterprise-beta %}
{% data reusables.actions.enterprise-github-hosted-runners %} {% data reusables.actions.enterprise-github-hosted-runners %}
{% data reusables.repositories.workflow-notifications %} {% data reusables.repositories.workflow-notifications %}

View File

@@ -10,8 +10,7 @@ versions:
ghae: '*' ghae: '*'
ghec: '*' ghec: '*'
--- ---
{% data reusables.actions.enterprise-beta %}
{% data reusables.actions.enterprise-github-hosted-runners %} {% data reusables.actions.enterprise-github-hosted-runners %}
{% data reusables.repositories.navigate-to-repo %} {% data reusables.repositories.navigate-to-repo %}

View File

@@ -10,8 +10,7 @@ versions:
ghae: '*' ghae: '*'
ghec: '*' ghec: '*'
--- ---
{% data reusables.actions.enterprise-beta %}
{% data reusables.actions.enterprise-github-hosted-runners %} {% data reusables.actions.enterprise-github-hosted-runners %}
You can see whether a workflow run is in progress or complete from the workflow run page. You must be logged in to a {% data variables.product.prodname_dotcom %} account to view workflow run information, including for public repositories. For more information, see "[AUTOTITLE](/get-started/learning-about-github/access-permissions-on-github)." You can see whether a workflow run is in progress or complete from the workflow run page. You must be logged in to a {% data variables.product.prodname_dotcom %} account to view workflow run information, including for public repositories. For more information, see "[AUTOTITLE](/get-started/learning-about-github/access-permissions-on-github)."

View File

@@ -8,8 +8,7 @@ versions:
fpt: '*' fpt: '*'
ghec: '*' ghec: '*'
--- ---
{% data reusables.actions.enterprise-beta %}
{% data reusables.actions.enterprise-github-hosted-runners %} {% data reusables.actions.enterprise-github-hosted-runners %}
Billable job execution minutes are only shown for jobs run on private repositories that use {% data variables.product.prodname_dotcom %}-hosted runners and are rounded up to the next minute. There are no billable minutes when using {% data variables.product.prodname_actions %} in public repositories or for jobs run on self-hosted runners. Billable job execution minutes are only shown for jobs run on private repositories that use {% data variables.product.prodname_dotcom %}-hosted runners and are rounded up to the next minute. There are no billable minutes when using {% data variables.product.prodname_actions %} in public repositories or for jobs run on self-hosted runners.

View File

@@ -10,8 +10,7 @@ versions:
ghae: '*' ghae: '*'
ghec: '*' ghec: '*'
--- ---
{% data reusables.actions.enterprise-beta %}
{% data reusables.actions.enterprise-github-hosted-runners %} {% data reusables.actions.enterprise-github-hosted-runners %}
{% data reusables.repositories.permissions-statement-read %} {% data reusables.repositories.permissions-statement-read %}

View File

@@ -15,8 +15,7 @@ topics:
- Packaging - Packaging
shortTitle: Packaging with GitHub Actions shortTitle: Packaging with GitHub Actions
--- ---
{% data reusables.actions.enterprise-beta %}
{% data reusables.actions.enterprise-github-hosted-runners %} {% data reusables.actions.enterprise-github-hosted-runners %}
{% data reusables.package_registry.about-packaging-and-actions %} {% data reusables.package_registry.about-packaging-and-actions %}

View File

@@ -16,8 +16,7 @@ topics:
- Publishing - Publishing
- Docker - Docker
--- ---
{% data reusables.actions.enterprise-beta %}
{% data reusables.actions.enterprise-github-hosted-runners %} {% data reusables.actions.enterprise-github-hosted-runners %}
## Introduction ## Introduction

View File

@@ -17,8 +17,7 @@ topics:
- Java - Java
- Gradle - Gradle
--- ---
{% data reusables.actions.enterprise-beta %}
{% data reusables.actions.enterprise-github-hosted-runners %} {% data reusables.actions.enterprise-github-hosted-runners %}
## Introduction ## Introduction

View File

@@ -17,8 +17,7 @@ topics:
- Java - Java
- Maven - Maven
--- ---
{% data reusables.actions.enterprise-beta %}
{% data reusables.actions.enterprise-github-hosted-runners %} {% data reusables.actions.enterprise-github-hosted-runners %}
## Introduction ## Introduction

View File

@@ -18,8 +18,7 @@ topics:
- Node - Node
- JavaScript - JavaScript
--- ---
{% data reusables.actions.enterprise-beta %}
{% data reusables.actions.enterprise-github-hosted-runners %} {% data reusables.actions.enterprise-github-hosted-runners %}
## Introduction ## Introduction

View File

@@ -14,8 +14,7 @@ topics:
- Fundamentals - Fundamentals
shortTitle: Quickstart shortTitle: Quickstart
--- ---
{% data reusables.actions.enterprise-beta %}
{% data reusables.actions.enterprise-github-hosted-runners %} {% data reusables.actions.enterprise-github-hosted-runners %}
## Introduction ## Introduction

View File

@@ -13,8 +13,7 @@ versions:
ghec: '*' ghec: '*'
shortTitle: Automatic token authentication shortTitle: Automatic token authentication
--- ---
{% data reusables.actions.enterprise-beta %}
{% data reusables.actions.enterprise-github-hosted-runners %} {% data reusables.actions.enterprise-github-hosted-runners %}
## About the `GITHUB_TOKEN` secret ## About the `GITHUB_TOKEN` secret

View File

@@ -14,8 +14,7 @@ versions:
ghae: '*' ghae: '*'
ghec: '*' ghec: '*'
--- ---
{% data reusables.actions.enterprise-beta %}
{% data reusables.actions.enterprise-github-hosted-runners %} {% data reusables.actions.enterprise-github-hosted-runners %}
## About encrypted secrets ## About encrypted secrets

View File

@@ -14,8 +14,7 @@ type: overview
topics: topics:
- Security - Security
--- ---
{% data reusables.actions.enterprise-beta %}
{% data reusables.actions.enterprise-github-hosted-runners %} {% data reusables.actions.enterprise-github-hosted-runners %}
## Overview ## Overview

Some files were not shown because too many files have changed in this diff Show More