зеркало из https://github.com/github/docs.git
Improve Actions short titles (#31394)
Co-authored-by: Martin Lopes <martin389@github.com>
This commit is contained in:
Родитель
34a7be5cc8
Коммит
7b86410fc3
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Creating a composite action
|
||||
shortTitle: Create a composite action
|
||||
intro: 'In this guide, you''ll learn how to build a composite action.'
|
||||
redirect_from:
|
||||
- /actions/creating-actions/creating-a-composite-run-steps-action
|
||||
|
@ -11,7 +12,6 @@ versions:
|
|||
type: tutorial
|
||||
topics:
|
||||
- Action development
|
||||
shortTitle: Composite action
|
||||
---
|
||||
|
||||
{% data reusables.actions.enterprise-beta %}
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Creating a Docker container action
|
||||
shortTitle: Create a Docker container action
|
||||
intro: 'This guide shows you the minimal steps required to build a Docker container action. '
|
||||
redirect_from:
|
||||
- /articles/creating-a-docker-container-action
|
||||
|
@ -15,7 +16,6 @@ type: tutorial
|
|||
topics:
|
||||
- Action development
|
||||
- Docker
|
||||
shortTitle: Docker container action
|
||||
---
|
||||
|
||||
{% data reusables.actions.enterprise-beta %}
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Creating a JavaScript action
|
||||
shortTitle: Create a JavaScript action
|
||||
intro: 'In this guide, you''ll learn how to build a JavaScript action using the actions toolkit.'
|
||||
redirect_from:
|
||||
- /articles/creating-a-javascript-action
|
||||
|
@ -15,7 +16,6 @@ type: tutorial
|
|||
topics:
|
||||
- Action development
|
||||
- JavaScript
|
||||
shortTitle: JavaScript action
|
||||
---
|
||||
|
||||
{% data reusables.actions.enterprise-beta %}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: Releasing and maintaining actions
|
||||
shortTitle: Releasing and maintaining actions
|
||||
shortTitle: Release and maintain actions
|
||||
intro: You can leverage automation and open source best practices to release and maintain actions.
|
||||
type: tutorial
|
||||
topics:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: Setting exit codes for actions
|
||||
shortTitle: Setting exit codes
|
||||
shortTitle: Set exit codes
|
||||
intro: 'You can use exit codes to set the status of an action. {% data variables.product.prodname_dotcom %} displays statuses to indicate passing or failing actions.'
|
||||
redirect_from:
|
||||
- /actions/building-actions/setting-exit-codes-for-actions
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: Deploying to your cloud provider
|
||||
shortTitle: Deploying to your cloud provider
|
||||
shortTitle: Deploy to your cloud provider
|
||||
intro: 'You can deploy to various cloud providers, such as AWS, Azure, and GKE.'
|
||||
versions:
|
||||
fpt: '*'
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: Deploying Xcode applications
|
||||
shortTitle: Deploying Xcode applications
|
||||
shortTitle: Deploy Xcode applications
|
||||
intro: 'You can sign Xcode apps within your continuous integration (CI) workflow by installing an Apple code signing certificate on {% data variables.product.prodname_actions %} runners.'
|
||||
versions:
|
||||
fpt: '*'
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Installing an Apple certificate on macOS runners for Xcode development
|
||||
shortTitle: Sign Xcode applications
|
||||
intro: 'You can sign Xcode apps within your continuous integration (CI) workflow by installing an Apple code signing certificate on {% data variables.product.prodname_actions %} runners.'
|
||||
redirect_from:
|
||||
- /actions/guides/installing-an-apple-certificate-on-macos-runners-for-xcode-development
|
||||
|
@ -13,7 +14,6 @@ type: tutorial
|
|||
topics:
|
||||
- CI
|
||||
- Xcode
|
||||
shortTitle: Sign Xcode applications
|
||||
---
|
||||
|
||||
{% data reusables.actions.enterprise-beta %}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: Managing your deployments
|
||||
shortTitle: Managing your deployments
|
||||
shortTitle: Manage your deployments
|
||||
intro: You can review the past activity of your deployments.
|
||||
versions:
|
||||
fpt: '*'
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Viewing deployment history
|
||||
shortTitle: View deployment history
|
||||
intro: View current and previous deployments for your repository.
|
||||
versions:
|
||||
fpt: '*'
|
||||
|
@ -8,7 +9,6 @@ versions:
|
|||
ghec: '*'
|
||||
topics:
|
||||
- API
|
||||
shortTitle: View deployment history
|
||||
redirect_from:
|
||||
- /developers/overview/viewing-deployment-history
|
||||
- /actions/deployment/viewing-deployment-history
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: About security hardening with OpenID Connect
|
||||
shortTitle: About security hardening with OpenID Connect
|
||||
shortTitle: Security hardening with OpenID Connect
|
||||
intro: OpenID Connect allows your workflows to exchange short-lived tokens directly from your cloud provider.
|
||||
miniTocMaxHeadingLevel: 4
|
||||
versions:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: Configuring OpenID Connect in Amazon Web Services
|
||||
shortTitle: Configuring OpenID Connect in Amazon Web Services
|
||||
shortTitle: OpenID Connect in AWS
|
||||
intro: Use OpenID Connect within your workflows to authenticate with Amazon Web Services.
|
||||
miniTocMaxHeadingLevel: 3
|
||||
versions:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: Configuring OpenID Connect in Azure
|
||||
shortTitle: Configuring OpenID Connect in Azure
|
||||
shortTitle: OpenID Connect in Azure
|
||||
intro: Use OpenID Connect within your workflows to authenticate with Azure.
|
||||
miniTocMaxHeadingLevel: 3
|
||||
versions:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: Configuring OpenID Connect in cloud providers
|
||||
shortTitle: Configuring OpenID Connect in cloud providers
|
||||
shortTitle: OpenID Connect in cloud providers
|
||||
intro: Use OpenID Connect within your workflows to authenticate with cloud providers.
|
||||
miniTocMaxHeadingLevel: 3
|
||||
versions:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: Configuring OpenID Connect in Google Cloud Platform
|
||||
shortTitle: Configuring OpenID Connect in Google Cloud Platform
|
||||
shortTitle: OpenID Connect in Google Cloud Platform
|
||||
intro: Use OpenID Connect within your workflows to authenticate with Google Cloud Platform.
|
||||
miniTocMaxHeadingLevel: 3
|
||||
versions:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: Configuring OpenID Connect in HashiCorp Vault
|
||||
shortTitle: Configuring OpenID Connect in HashiCorp Vault
|
||||
shortTitle: OpenID Connect in HashiCorp Vault
|
||||
intro: Use OpenID Connect within your workflows to authenticate with HashiCorp Vault.
|
||||
miniTocMaxHeadingLevel: 3
|
||||
versions:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: Security hardening your deployments
|
||||
shortTitle: Security hardening your deployments
|
||||
shortTitle: Security harden deployments
|
||||
intro: Use OpenID Connect within your workflows to authenticate with your cloud provider.
|
||||
versions:
|
||||
fpt: '*'
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: Using OpenID Connect with reusable workflows
|
||||
shortTitle: Using OpenID Connect with reusable workflows
|
||||
shortTitle: OpenID Connect with reusable workflows
|
||||
intro: You can use reusable workflows with OIDC to standardize and security harden your deployment steps.
|
||||
miniTocMaxHeadingLevel: 3
|
||||
redirect_from:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: Targeting different environments
|
||||
shortTitle: Targeting different environments
|
||||
shortTitle: Target different environments
|
||||
intro: You can configure environments with protection rules and secrets. A workflow job that references an environment must follow any protection rules for the environment before running or accessing the environment's secrets.
|
||||
versions:
|
||||
fpt: '*'
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: 'Using concurrency, expressions, and a test matrix'
|
||||
shortTitle: 'Using concurrency, expressions, and a test matrix'
|
||||
shortTitle: 'Use concurrency, expressions, and a test matrix'
|
||||
intro: 'How to use advanced {% data variables.product.prodname_actions %} features for continuous integration (CI).'
|
||||
versions:
|
||||
fpt: '*'
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: Using scripts to test your code on a runner
|
||||
shortTitle: Using scripts to test your code on a runner
|
||||
shortTitle: Use scripts to test your code on a runner
|
||||
intro: 'How to use essential {% data variables.product.prodname_actions %} features for continuous integration (CI).'
|
||||
versions:
|
||||
fpt: '*'
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: Using the GitHub CLI on a runner
|
||||
shortTitle: Using the GitHub CLI on a runner
|
||||
shortTitle: Use the GitHub CLI on a runner
|
||||
intro: 'How to use advanced {% data variables.product.prodname_actions %} features for continuous integration (CI).'
|
||||
versions:
|
||||
fpt: '*'
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Autoscaling with self-hosted runners
|
||||
shortTitle: Autoscale self-hosted runners
|
||||
intro: You can automatically scale your self-hosted runners in response to webhook events.
|
||||
versions:
|
||||
fpt: '*'
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Configuring the self-hosted runner application as a service
|
||||
shortTitle: Run the runner app as a service
|
||||
intro: You can configure the self-hosted runner application as a service to automatically start the runner application when the machine starts.
|
||||
redirect_from:
|
||||
- /actions/automating-your-workflow-with-github-actions/configuring-the-self-hosted-runner-application-as-a-service
|
||||
|
@ -10,7 +11,6 @@ versions:
|
|||
ghec: '*'
|
||||
type: tutorial
|
||||
defaultPlatform: linux
|
||||
shortTitle: Run runner app on startup
|
||||
---
|
||||
|
||||
{% data reusables.actions.enterprise-beta %}
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Hosting your own runners
|
||||
shortTitle: Self-hosted runners
|
||||
intro: You can create self-hosted runners to run workflows in a highly customizable environment.
|
||||
redirect_from:
|
||||
- /github/automating-your-workflow-with-github-actions/hosting-your-own-runners
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Managing access to self-hosted runners using groups
|
||||
shortTitle: Manage access with runner groups
|
||||
intro: You can use policies to limit access to self-hosted runners that have been added to an organization or enterprise.
|
||||
redirect_from:
|
||||
- /actions/hosting-your-own-runners/managing-access-to-self-hosted-runners
|
||||
|
@ -9,7 +10,6 @@ versions:
|
|||
ghae: '*'
|
||||
ghec: '*'
|
||||
type: tutorial
|
||||
shortTitle: Using runner groups
|
||||
---
|
||||
|
||||
{% data reusables.actions.enterprise-beta %}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: Finding and customizing actions
|
||||
shortTitle: Finding and customizing actions
|
||||
shortTitle: Find and customize actions
|
||||
intro: 'Actions are the building blocks that power your workflow. A workflow can contain actions created by the community, or you can create your own actions directly within your application''s repository. This guide will show you how to discover, use, and customize actions.'
|
||||
redirect_from:
|
||||
- /actions/automating-your-workflow-with-github-actions/using-github-marketplace-actions
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: Understanding GitHub Actions
|
||||
shortTitle: Understanding GitHub Actions
|
||||
shortTitle: Understand GitHub Actions
|
||||
intro: 'Learn the basics of {% data variables.product.prodname_actions %}, including core concepts and essential terminology.'
|
||||
miniTocMaxHeadingLevel: 3
|
||||
redirect_from:
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Adding labels to issues
|
||||
shortTitle: Add labels to issues
|
||||
intro: 'You can use {% data variables.product.prodname_actions %} to automatically label issues.'
|
||||
redirect_from:
|
||||
- /actions/guides/adding-labels-to-issues
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Closing inactive issues
|
||||
shortTitle: Close inactive issues
|
||||
intro: 'You can use {% data variables.product.prodname_actions %} to comment on or close issues that have been inactive for a certain period of time.'
|
||||
redirect_from:
|
||||
- /actions/guides/closing-inactive-issues
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: Managing issues and pull requests
|
||||
shortTitle: Managing issues and pull requests
|
||||
shortTitle: Manage issues and pull requests
|
||||
intro: 'You can automatically manage your issues and pull requests using {% data variables.product.prodname_actions %} workflows.'
|
||||
versions:
|
||||
fpt: '*'
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Scheduling issue creation
|
||||
shortTitle: Schedule issue creation
|
||||
intro: 'You can use {% data variables.product.prodname_actions %} to create an issue on a regular basis for things like daily meetings or quarterly reviews.'
|
||||
redirect_from:
|
||||
- /actions/guides/scheduling-issue-creation
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Canceling a workflow
|
||||
shortTitle: Cancel a workflow
|
||||
intro: 'You can cancel a workflow run that is in progress. When you cancel a workflow run, {% data variables.product.prodname_dotcom %} cancels all jobs and steps that are a part of that workflow.'
|
||||
versions:
|
||||
fpt: '*'
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Deleting a workflow run
|
||||
shortTitle: Delete a workflow run
|
||||
intro: 'You can delete a workflow run that has been completed, or is more than two weeks old.'
|
||||
versions:
|
||||
fpt: '*'
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: Managing workflow runs
|
||||
shortTitle: Managing workflow runs
|
||||
shortTitle: Manage workflow runs
|
||||
intro: 'You can re-run or cancel a workflow, {% ifversion fpt or ghes or ghae %}review deployments, {% endif %}view billable job execution minutes, and download artifacts.'
|
||||
redirect_from:
|
||||
- /actions/configuring-and-managing-workflows/managing-a-workflow-run
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Re-running workflows and jobs
|
||||
shortTitle: Re-run workflows and jobs
|
||||
intro: 'You can re-run a workflow run{% ifversion re-run-jobs %}, all failed jobs in a workflow run, or specific jobs in a workflow run{% endif %} up to 30 days after its initial run.'
|
||||
permissions: People with write permissions to a repository can re-run workflows in the repository.
|
||||
miniTocMaxHeadingLevel: 3
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Reviewing deployments
|
||||
shortTitle: Review deployments
|
||||
intro: You can approve or reject jobs awaiting review.
|
||||
product: '{% data reusables.gated-features.environments %}'
|
||||
versions:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: Migrating to GitHub Actions
|
||||
shortTitle: Migrating to GitHub Actions
|
||||
shortTitle: Migrate to GitHub Actions
|
||||
intro: 'Learn how to migrate your existing CI/CD workflows to {% data variables.product.prodname_actions %}.'
|
||||
versions:
|
||||
fpt: '*'
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Adding a workflow status badge
|
||||
shortTitle: Add a status badge
|
||||
intro: You can display a status badge in your repository to indicate the status of your workflows.
|
||||
redirect_from:
|
||||
- /actions/managing-workflow-runs/adding-a-workflow-status-badge
|
||||
|
@ -8,7 +9,6 @@ versions:
|
|||
ghes: '*'
|
||||
ghae: '*'
|
||||
ghec: '*'
|
||||
shortTitle: Add a status badge
|
||||
---
|
||||
|
||||
{% data reusables.actions.enterprise-beta %}
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Enabling debug logging
|
||||
shortTitle: Enable debug logging
|
||||
intro: 'If the workflow logs do not provide enough detail to diagnose why a workflow, job, or step is not working as expected, you can enable additional debug logging.'
|
||||
redirect_from:
|
||||
- /actions/managing-workflow-runs/enabling-debug-logging
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
---
|
||||
title: Notifications for workflow runs
|
||||
shortTitle: Notifications for workflow runs
|
||||
intro: You can subscribe to notifications about workflow runs that you trigger.
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
ghec: '*'
|
||||
shortTitle: Notifications
|
||||
---
|
||||
|
||||
{% data reusables.actions.enterprise-beta %}
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Using the visualization graph
|
||||
shortTitle: Visualization graph
|
||||
intro: Every workflow run generates a real-time graph that illustrates the run progress. You can use this graph to monitor and debug workflows.
|
||||
redirect_from:
|
||||
- /actions/managing-workflow-runs/using-the-visualization-graph
|
||||
|
@ -8,7 +9,6 @@ versions:
|
|||
ghes: '*'
|
||||
ghae: '*'
|
||||
ghec: '*'
|
||||
shortTitle: Use the visualization graph
|
||||
---
|
||||
|
||||
{% data reusables.actions.enterprise-beta %}
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Using workflow run logs
|
||||
shortTitle: Workflow run logs
|
||||
intro: 'You can view, search, and download the logs for each job in a workflow run.'
|
||||
redirect_from:
|
||||
- /actions/managing-workflow-runs/using-workflow-run-logs
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
---
|
||||
title: Viewing job execution time
|
||||
shortTitle: View job execution time
|
||||
intro: 'You can view the execution time of a job, including the billable minutes that a job accrued.'
|
||||
redirect_from:
|
||||
- /actions/managing-workflow-runs/viewing-job-execution-time
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghec: '*'
|
||||
shortTitle: View job execution time
|
||||
---
|
||||
|
||||
{% data reusables.actions.enterprise-beta %}
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Viewing workflow run history
|
||||
shortTitle: Workflow run history
|
||||
intro: You can view logs for each run of a workflow. Logs include the status for each job and step in a workflow.
|
||||
redirect_from:
|
||||
- /actions/managing-workflow-runs/viewing-workflow-run-history
|
||||
|
@ -8,7 +9,6 @@ versions:
|
|||
ghes: '*'
|
||||
ghae: '*'
|
||||
ghec: '*'
|
||||
shortTitle: View workflow run history
|
||||
---
|
||||
|
||||
{% data reusables.actions.enterprise-beta %}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: Publishing packages
|
||||
shortTitle: Publishing packages
|
||||
shortTitle: Publish packages
|
||||
intro: 'You can automatically publish packages using {% data variables.product.prodname_actions %}.'
|
||||
versions:
|
||||
fpt: '*'
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Publishing Docker images
|
||||
shortTitle: Publish Docker images
|
||||
intro: 'You can publish Docker images to a registry, such as Docker Hub or {% data variables.product.prodname_registry %}, as part of your continuous integration (CI) workflow.'
|
||||
redirect_from:
|
||||
- /actions/language-and-framework-guides/publishing-docker-images
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Publishing Java packages with Gradle
|
||||
shortTitle: Publish Java packages with Gradle
|
||||
intro: You can use Gradle to publish Java packages to a registry as part of your continuous integration (CI) workflow.
|
||||
redirect_from:
|
||||
- /actions/language-and-framework-guides/publishing-java-packages-with-gradle
|
||||
|
@ -15,7 +16,6 @@ topics:
|
|||
- Publishing
|
||||
- Java
|
||||
- Gradle
|
||||
shortTitle: Java packages with Gradle
|
||||
---
|
||||
|
||||
{% data reusables.actions.enterprise-beta %}
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Publishing Java packages with Maven
|
||||
shortTitle: Publish Java packages with Maven
|
||||
intro: You can use Maven to publish Java packages to a registry as part of your continuous integration (CI) workflow.
|
||||
redirect_from:
|
||||
- /actions/language-and-framework-guides/publishing-java-packages-with-maven
|
||||
|
@ -15,7 +16,6 @@ topics:
|
|||
- Publishing
|
||||
- Java
|
||||
- Maven
|
||||
shortTitle: Java packages with Maven
|
||||
---
|
||||
|
||||
{% data reusables.actions.enterprise-beta %}
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Publishing Node.js packages
|
||||
shortTitle: Publish Node.js packages
|
||||
intro: You can publish Node.js packages to a registry as part of your continuous integration (CI) workflow.
|
||||
redirect_from:
|
||||
- /actions/automating-your-workflow-with-github-actions/publishing-nodejs-packages
|
||||
|
@ -16,7 +17,6 @@ topics:
|
|||
- Publishing
|
||||
- Node
|
||||
- JavaScript
|
||||
shortTitle: Node.js packages
|
||||
---
|
||||
|
||||
{% data reusables.actions.enterprise-beta %}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: Creating PostgreSQL service containers
|
||||
shortTitle: PostgreSQL service containers
|
||||
shortTitle: Create PostgreSQL service containers
|
||||
intro: You can create a PostgreSQL service container to use in your workflow. This guide shows examples of creating a PostgreSQL service for jobs that run in containers or directly on the runner machine.
|
||||
redirect_from:
|
||||
- /actions/automating-your-workflow-with-github-actions/creating-postgresql-service-containers
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: Creating Redis service containers
|
||||
shortTitle: Redis service containers
|
||||
shortTitle: Create Redis service containers
|
||||
intro: You can use service containers to create a Redis client in your workflow. This guide shows examples of creating a Redis service for jobs that run in containers or directly on the runner machine.
|
||||
redirect_from:
|
||||
- /actions/automating-your-workflow-with-github-actions/creating-redis-service-containers
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: About GitHub-hosted runners
|
||||
shortTitle: About GitHub-hosted runners
|
||||
intro: '{% data variables.product.prodname_dotcom %} offers hosted virtual machines to run workflows. The virtual machine contains an environment of tools, packages, and settings available for {% data variables.product.prodname_actions %} to use.'
|
||||
redirect_from:
|
||||
- /articles/virtual-environments-for-github-actions
|
||||
|
@ -14,7 +15,6 @@ versions:
|
|||
fpt: '*'
|
||||
ghes: '*'
|
||||
ghec: '*'
|
||||
shortTitle: GitHub-hosted runners
|
||||
---
|
||||
|
||||
{% data reusables.actions.enterprise-beta %}
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Connecting to a private network
|
||||
shortTitle: Connect to a private network
|
||||
intro: 'You can connect {% data variables.product.prodname_dotcom %}-hosted runners to resources on a private network, including package registries, secret managers, and other on-premises services.'
|
||||
versions:
|
||||
fpt: '*'
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
---
|
||||
title: Controlling access to larger runners
|
||||
shortTitle: Control access to {% data variables.actions.hosted_runner %}s
|
||||
intro: You can use policies to limit access to {% data variables.actions.hosted_runner %}s that have been added to an organization or enterprise.
|
||||
product: '{% data reusables.gated-features.hosted-runners %}'
|
||||
versions:
|
||||
feature: 'actions-hosted-runners'
|
||||
type: tutorial
|
||||
shortTitle: Controlling access to {% data variables.actions.hosted_runner %}s
|
||||
---
|
||||
|
||||
{% data reusables.actions.enterprise-beta %}
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Using GitHub-hosted runners
|
||||
shortTitle: GitHub-hosted runners
|
||||
intro: You can use GitHub's runners to execute your GitHub Actions workflows.
|
||||
versions:
|
||||
fpt: '*'
|
||||
|
@ -12,7 +13,6 @@ children:
|
|||
- /monitoring-your-current-jobs
|
||||
- /customizing-github-hosted-runners
|
||||
- /connecting-to-a-private-network
|
||||
shortTitle: Use GitHub-hosted runners
|
||||
---
|
||||
|
||||
{% data reusables.actions.enterprise-beta %}
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
---
|
||||
title: Monitoring your current jobs
|
||||
shortTitle: Monitor current jobs
|
||||
intro: 'Monitor how {% data variables.product.prodname_dotcom %}-hosted runners are processing jobs in your organization or enterprise, and identify any related constraints.'
|
||||
versions:
|
||||
feature: github-runner-dashboard
|
||||
shortTitle: Monitoring your current jobs
|
||||
---
|
||||
|
||||
{% data reusables.actions.enterprise-beta %}
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
---
|
||||
title: Using larger runners
|
||||
shortTitle: 'Larger runners'
|
||||
intro: '{% data variables.product.prodname_dotcom %} offers larger runners with more RAM and CPU.'
|
||||
miniTocMaxHeadingLevel: 3
|
||||
product: '{% data reusables.gated-features.hosted-runners %}'
|
||||
versions:
|
||||
feature: 'actions-hosted-runners'
|
||||
shortTitle: Using {% data variables.actions.hosted_runner %}s
|
||||
---
|
||||
|
||||
## Overview of {% data variables.actions.hosted_runner %}s
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: Assigning permissions to jobs
|
||||
shortTitle: Assigning permissions to jobs
|
||||
shortTitle: Assign permissions to jobs
|
||||
intro: Modify the default permissions granted to `GITHUB_TOKEN`.
|
||||
versions:
|
||||
fpt: '*'
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: Choosing the runner for a job
|
||||
shortTitle: Choosing the runner for a job
|
||||
shortTitle: Choose the runner for a job
|
||||
intro: Define the type of machine that will process a job in your workflow.
|
||||
versions:
|
||||
fpt: '*'
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: Defining outputs for jobs
|
||||
shortTitle: Defining outputs for jobs
|
||||
shortTitle: Define outputs for jobs
|
||||
intro: Create a map of outputs for your jobs.
|
||||
versions:
|
||||
fpt: '*'
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: Running jobs in a container
|
||||
shortTitle: Running jobs in a container
|
||||
shortTitle: Run jobs in a container
|
||||
intro: Use a container to run the steps in a job.
|
||||
versions:
|
||||
fpt: '*'
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: Setting default values for jobs
|
||||
shortTitle: Setting default values for jobs
|
||||
shortTitle: Set default values for jobs
|
||||
intro: 'Define the default settings that will apply to all jobs in the workflow, or all steps in a job.'
|
||||
versions:
|
||||
fpt: '*'
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: Using a matrix for your jobs
|
||||
shortTitle: Using a matrix
|
||||
shortTitle: Matrixes
|
||||
intro: Create a matrix to define variations for each job.
|
||||
versions:
|
||||
fpt: '*'
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: Using concurrency
|
||||
shortTitle: Using concurrency
|
||||
shortTitle: Concurrency
|
||||
intro: Run a single job at a time.
|
||||
versions:
|
||||
fpt: '*'
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: Using conditions to control job execution
|
||||
shortTitle: Using conditions to control job execution
|
||||
shortTitle: Use conditions to control job execution
|
||||
intro: Prevent a job from running unless your conditions are met.
|
||||
versions:
|
||||
fpt: '*'
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: Using environments for jobs
|
||||
shortTitle: Using environments for jobs
|
||||
shortTitle: Environments
|
||||
intro: Specify an environment for a job.
|
||||
versions:
|
||||
fpt: '*'
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: Using jobs in a workflow
|
||||
shortTitle: Using jobs in a workflow
|
||||
shortTitle: Use jobs in a workflow
|
||||
intro: Use workflows to run multiple jobs.
|
||||
versions:
|
||||
fpt: '*'
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: Caching dependencies to speed up workflows
|
||||
shortTitle: Caching dependencies
|
||||
shortTitle: Cache dependencies
|
||||
intro: 'To make your workflows faster and more efficient, you can create and use caches for dependencies and other commonly reused files.'
|
||||
redirect_from:
|
||||
- /github/automating-your-workflow-with-github-actions/caching-dependencies-to-speed-up-workflows
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: Creating starter workflows for your organization
|
||||
shortTitle: Creating starter workflows
|
||||
shortTitle: Create starter workflows
|
||||
intro: Learn how you can create starter workflows to help people in your team add new workflows more easily.
|
||||
redirect_from:
|
||||
- /actions/configuring-and-managing-workflows/sharing-workflow-templates-within-your-organization
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: Reusing workflows
|
||||
shortTitle: Reusing workflows
|
||||
shortTitle: Reuse workflows
|
||||
intro: Learn how to avoid duplication when creating a workflow by reusing existing workflows.
|
||||
redirect_from:
|
||||
- /actions/learn-github-actions/reusing-workflows
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: 'Sharing workflows, secrets, and runners with your organization'
|
||||
shortTitle: Sharing workflows with your organization
|
||||
shortTitle: Share workflows with your organization
|
||||
intro: 'Learn how you can use organization features to collaborate with your team, by sharing starter workflows, secrets, and self-hosted runners.'
|
||||
redirect_from:
|
||||
- /actions/learn-github-actions/sharing-workflows-with-your-organization
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: Storing workflow data as artifacts
|
||||
shortTitle: Storing workflow artifacts
|
||||
shortTitle: Store artifacts
|
||||
intro: Artifacts allow you to share data between jobs in a workflow and store data once that workflow has completed.
|
||||
redirect_from:
|
||||
- /articles/persisting-workflow-data-using-artifacts
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: Triggering a workflow
|
||||
shortTitle: Triggering a workflow
|
||||
shortTitle: Trigger a workflow
|
||||
intro: 'How to automatically trigger {% data variables.product.prodname_actions %} workflows'
|
||||
versions:
|
||||
fpt: '*'
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Using starter workflows
|
||||
shortTitle: Use starter workflows
|
||||
intro: '{% data variables.product.product_name %} provides starter workflows for a variety of languages and tooling.'
|
||||
redirect_from:
|
||||
- /articles/setting-up-continuous-integration-using-github-actions
|
||||
|
|
Загрузка…
Ссылка в новой задаче