Co-authored-by: Martin Lopes <martin389@github.com>
This commit is contained in:
Lucas Costi 2022-10-05 14:34:45 +10:00 коммит произвёл GitHub
Родитель 34a7be5cc8
Коммит 7b86410fc3
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
75 изменённых файлов: 75 добавлений и 61 удалений

Просмотреть файл

@ -1,5 +1,6 @@
--- ---
title: Creating a composite action title: Creating a composite action
shortTitle: Create a composite action
intro: 'In this guide, you''ll learn how to build a composite action.' intro: 'In this guide, you''ll learn how to build a composite action.'
redirect_from: redirect_from:
- /actions/creating-actions/creating-a-composite-run-steps-action - /actions/creating-actions/creating-a-composite-run-steps-action
@ -11,7 +12,6 @@ versions:
type: tutorial type: tutorial
topics: topics:
- Action development - Action development
shortTitle: Composite action
--- ---
{% data reusables.actions.enterprise-beta %} {% data reusables.actions.enterprise-beta %}

Просмотреть файл

@ -1,5 +1,6 @@
--- ---
title: Creating a Docker container action 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. ' intro: 'This guide shows you the minimal steps required to build a Docker container action. '
redirect_from: redirect_from:
- /articles/creating-a-docker-container-action - /articles/creating-a-docker-container-action
@ -15,7 +16,6 @@ type: tutorial
topics: topics:
- Action development - Action development
- Docker - Docker
shortTitle: Docker container action
--- ---
{% data reusables.actions.enterprise-beta %} {% data reusables.actions.enterprise-beta %}

Просмотреть файл

@ -1,5 +1,6 @@
--- ---
title: Creating a JavaScript action 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.' intro: 'In this guide, you''ll learn how to build a JavaScript action using the actions toolkit.'
redirect_from: redirect_from:
- /articles/creating-a-javascript-action - /articles/creating-a-javascript-action
@ -15,7 +16,6 @@ type: tutorial
topics: topics:
- Action development - Action development
- JavaScript - JavaScript
shortTitle: JavaScript action
--- ---
{% data reusables.actions.enterprise-beta %} {% data reusables.actions.enterprise-beta %}

Просмотреть файл

@ -1,6 +1,6 @@
--- ---
title: Releasing and maintaining actions 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. intro: You can leverage automation and open source best practices to release and maintain actions.
type: tutorial type: tutorial
topics: topics:

Просмотреть файл

@ -1,6 +1,6 @@
--- ---
title: Setting exit codes for actions 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.' 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: redirect_from:
- /actions/building-actions/setting-exit-codes-for-actions - /actions/building-actions/setting-exit-codes-for-actions

Просмотреть файл

@ -1,6 +1,6 @@
--- ---
title: Deploying to your cloud provider 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.' intro: 'You can deploy to various cloud providers, such as AWS, Azure, and GKE.'
versions: versions:
fpt: '*' fpt: '*'

Просмотреть файл

@ -1,6 +1,6 @@
--- ---
title: Deploying Xcode applications 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.' 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: versions:
fpt: '*' fpt: '*'

Просмотреть файл

@ -1,5 +1,6 @@
--- ---
title: Installing an Apple certificate on macOS runners for Xcode development 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.' 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: redirect_from:
- /actions/guides/installing-an-apple-certificate-on-macos-runners-for-xcode-development - /actions/guides/installing-an-apple-certificate-on-macos-runners-for-xcode-development
@ -13,7 +14,6 @@ type: tutorial
topics: topics:
- CI - CI
- Xcode - Xcode
shortTitle: Sign Xcode applications
--- ---
{% data reusables.actions.enterprise-beta %} {% data reusables.actions.enterprise-beta %}

Просмотреть файл

@ -1,6 +1,6 @@
--- ---
title: Managing your deployments title: Managing your deployments
shortTitle: Managing your deployments shortTitle: Manage your deployments
intro: You can review the past activity of your deployments. intro: You can review the past activity of your deployments.
versions: versions:
fpt: '*' fpt: '*'

Просмотреть файл

@ -1,5 +1,6 @@
--- ---
title: Viewing deployment history title: Viewing deployment history
shortTitle: View deployment history
intro: View current and previous deployments for your repository. intro: View current and previous deployments for your repository.
versions: versions:
fpt: '*' fpt: '*'
@ -8,7 +9,6 @@ versions:
ghec: '*' ghec: '*'
topics: topics:
- API - API
shortTitle: View deployment history
redirect_from: redirect_from:
- /developers/overview/viewing-deployment-history - /developers/overview/viewing-deployment-history
- /actions/deployment/viewing-deployment-history - /actions/deployment/viewing-deployment-history

Просмотреть файл

@ -1,6 +1,6 @@
--- ---
title: About security hardening with OpenID Connect 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. intro: OpenID Connect allows your workflows to exchange short-lived tokens directly from your cloud provider.
miniTocMaxHeadingLevel: 4 miniTocMaxHeadingLevel: 4
versions: versions:

Просмотреть файл

@ -1,6 +1,6 @@
--- ---
title: Configuring OpenID Connect in Amazon Web Services 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. intro: Use OpenID Connect within your workflows to authenticate with Amazon Web Services.
miniTocMaxHeadingLevel: 3 miniTocMaxHeadingLevel: 3
versions: versions:

Просмотреть файл

@ -1,6 +1,6 @@
--- ---
title: Configuring OpenID Connect in Azure 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. intro: Use OpenID Connect within your workflows to authenticate with Azure.
miniTocMaxHeadingLevel: 3 miniTocMaxHeadingLevel: 3
versions: versions:

Просмотреть файл

@ -1,6 +1,6 @@
--- ---
title: Configuring OpenID Connect in cloud providers 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. intro: Use OpenID Connect within your workflows to authenticate with cloud providers.
miniTocMaxHeadingLevel: 3 miniTocMaxHeadingLevel: 3
versions: versions:

Просмотреть файл

@ -1,6 +1,6 @@
--- ---
title: Configuring OpenID Connect in Google Cloud Platform 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. intro: Use OpenID Connect within your workflows to authenticate with Google Cloud Platform.
miniTocMaxHeadingLevel: 3 miniTocMaxHeadingLevel: 3
versions: versions:

Просмотреть файл

@ -1,6 +1,6 @@
--- ---
title: Configuring OpenID Connect in HashiCorp Vault 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. intro: Use OpenID Connect within your workflows to authenticate with HashiCorp Vault.
miniTocMaxHeadingLevel: 3 miniTocMaxHeadingLevel: 3
versions: versions:

Просмотреть файл

@ -1,6 +1,6 @@
--- ---
title: Security hardening your deployments 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. intro: Use OpenID Connect within your workflows to authenticate with your cloud provider.
versions: versions:
fpt: '*' fpt: '*'

Просмотреть файл

@ -1,6 +1,6 @@
--- ---
title: Using OpenID Connect with reusable workflows 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. intro: You can use reusable workflows with OIDC to standardize and security harden your deployment steps.
miniTocMaxHeadingLevel: 3 miniTocMaxHeadingLevel: 3
redirect_from: redirect_from:

Просмотреть файл

@ -1,6 +1,6 @@
--- ---
title: Targeting different environments 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. 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: versions:
fpt: '*' fpt: '*'

Просмотреть файл

@ -1,6 +1,6 @@
--- ---
title: 'Using concurrency, expressions, and a test matrix' 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).' intro: 'How to use advanced {% data variables.product.prodname_actions %} features for continuous integration (CI).'
versions: versions:
fpt: '*' fpt: '*'

Просмотреть файл

@ -1,6 +1,6 @@
--- ---
title: Using scripts to test your code on a runner 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).' intro: 'How to use essential {% data variables.product.prodname_actions %} features for continuous integration (CI).'
versions: versions:
fpt: '*' fpt: '*'

Просмотреть файл

@ -1,6 +1,6 @@
--- ---
title: Using the GitHub CLI on a runner 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).' intro: 'How to use advanced {% data variables.product.prodname_actions %} features for continuous integration (CI).'
versions: versions:
fpt: '*' fpt: '*'

Просмотреть файл

@ -1,5 +1,6 @@
--- ---
title: Autoscaling with self-hosted runners 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. intro: You can automatically scale your self-hosted runners in response to webhook events.
versions: versions:
fpt: '*' fpt: '*'

Просмотреть файл

@ -1,5 +1,6 @@
--- ---
title: Configuring the self-hosted runner application as a service 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. intro: You can configure the self-hosted runner application as a service to automatically start the runner application when the machine starts.
redirect_from: redirect_from:
- /actions/automating-your-workflow-with-github-actions/configuring-the-self-hosted-runner-application-as-a-service - /actions/automating-your-workflow-with-github-actions/configuring-the-self-hosted-runner-application-as-a-service
@ -10,7 +11,6 @@ versions:
ghec: '*' ghec: '*'
type: tutorial type: tutorial
defaultPlatform: linux defaultPlatform: linux
shortTitle: Run runner app on startup
--- ---
{% data reusables.actions.enterprise-beta %} {% data reusables.actions.enterprise-beta %}

Просмотреть файл

@ -1,5 +1,6 @@
--- ---
title: Hosting your own runners title: Hosting your own runners
shortTitle: Self-hosted runners
intro: You can create self-hosted runners to run workflows in a highly customizable environment. intro: You can create self-hosted runners to run workflows in a highly customizable environment.
redirect_from: redirect_from:
- /github/automating-your-workflow-with-github-actions/hosting-your-own-runners - /github/automating-your-workflow-with-github-actions/hosting-your-own-runners

Просмотреть файл

@ -1,5 +1,6 @@
--- ---
title: Managing access to self-hosted runners using groups 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. intro: You can use policies to limit access to self-hosted runners that have been added to an organization or enterprise.
redirect_from: redirect_from:
- /actions/hosting-your-own-runners/managing-access-to-self-hosted-runners - /actions/hosting-your-own-runners/managing-access-to-self-hosted-runners
@ -9,7 +10,6 @@ versions:
ghae: '*' ghae: '*'
ghec: '*' ghec: '*'
type: tutorial type: tutorial
shortTitle: Using runner groups
--- ---
{% data reusables.actions.enterprise-beta %} {% data reusables.actions.enterprise-beta %}

Просмотреть файл

@ -1,6 +1,6 @@
--- ---
title: Finding and customizing actions 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.' 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: redirect_from:
- /actions/automating-your-workflow-with-github-actions/using-github-marketplace-actions - /actions/automating-your-workflow-with-github-actions/using-github-marketplace-actions

Просмотреть файл

@ -1,6 +1,6 @@
--- ---
title: Understanding GitHub Actions 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.' intro: 'Learn the basics of {% data variables.product.prodname_actions %}, including core concepts and essential terminology.'
miniTocMaxHeadingLevel: 3 miniTocMaxHeadingLevel: 3
redirect_from: redirect_from:

Просмотреть файл

@ -1,5 +1,6 @@
--- ---
title: Adding labels to issues title: Adding labels to issues
shortTitle: Add labels to issues
intro: 'You can use {% data variables.product.prodname_actions %} to automatically label issues.' intro: 'You can use {% data variables.product.prodname_actions %} to automatically label issues.'
redirect_from: redirect_from:
- /actions/guides/adding-labels-to-issues - /actions/guides/adding-labels-to-issues

Просмотреть файл

@ -1,5 +1,6 @@
--- ---
title: Closing inactive issues 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.' 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: redirect_from:
- /actions/guides/closing-inactive-issues - /actions/guides/closing-inactive-issues

Просмотреть файл

@ -1,6 +1,6 @@
--- ---
title: Managing issues and pull requests 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.' intro: 'You can automatically manage your issues and pull requests using {% data variables.product.prodname_actions %} workflows.'
versions: versions:
fpt: '*' fpt: '*'

Просмотреть файл

@ -1,5 +1,6 @@
--- ---
title: Scheduling issue creation 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.' 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: redirect_from:
- /actions/guides/scheduling-issue-creation - /actions/guides/scheduling-issue-creation

Просмотреть файл

@ -1,5 +1,6 @@
--- ---
title: Canceling a workflow 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.' 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: versions:
fpt: '*' fpt: '*'

Просмотреть файл

@ -1,5 +1,6 @@
--- ---
title: Deleting a workflow run 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.' intro: 'You can delete a workflow run that has been completed, or is more than two weeks old.'
versions: versions:
fpt: '*' fpt: '*'

Просмотреть файл

@ -1,6 +1,6 @@
--- ---
title: Managing workflow runs 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.' 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: redirect_from:
- /actions/configuring-and-managing-workflows/managing-a-workflow-run - /actions/configuring-and-managing-workflows/managing-a-workflow-run

Просмотреть файл

@ -1,5 +1,6 @@
--- ---
title: Re-running workflows and jobs 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.' 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. permissions: People with write permissions to a repository can re-run workflows in the repository.
miniTocMaxHeadingLevel: 3 miniTocMaxHeadingLevel: 3

Просмотреть файл

@ -1,5 +1,6 @@
--- ---
title: Reviewing deployments title: Reviewing deployments
shortTitle: Review deployments
intro: You can approve or reject jobs awaiting review. intro: You can approve or reject jobs awaiting review.
product: '{% data reusables.gated-features.environments %}' product: '{% data reusables.gated-features.environments %}'
versions: versions:

Просмотреть файл

@ -1,6 +1,6 @@
--- ---
title: Migrating to GitHub Actions 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 %}.' intro: 'Learn how to migrate your existing CI/CD workflows to {% data variables.product.prodname_actions %}.'
versions: versions:
fpt: '*' fpt: '*'

Просмотреть файл

@ -1,5 +1,6 @@
--- ---
title: Adding a workflow status badge 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. intro: You can display a status badge in your repository to indicate the status of your workflows.
redirect_from: redirect_from:
- /actions/managing-workflow-runs/adding-a-workflow-status-badge - /actions/managing-workflow-runs/adding-a-workflow-status-badge
@ -8,7 +9,6 @@ versions:
ghes: '*' ghes: '*'
ghae: '*' ghae: '*'
ghec: '*' ghec: '*'
shortTitle: Add a status badge
--- ---
{% data reusables.actions.enterprise-beta %} {% data reusables.actions.enterprise-beta %}

Просмотреть файл

@ -1,5 +1,6 @@
--- ---
title: Enabling debug logging 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.' 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: redirect_from:
- /actions/managing-workflow-runs/enabling-debug-logging - /actions/managing-workflow-runs/enabling-debug-logging

Просмотреть файл

@ -1,12 +1,12 @@
--- ---
title: Notifications for workflow runs title: Notifications for workflow runs
shortTitle: Notifications for workflow runs
intro: You can subscribe to notifications about workflow runs that you trigger. intro: You can subscribe to notifications about workflow runs that you trigger.
versions: versions:
fpt: '*' fpt: '*'
ghes: '*' ghes: '*'
ghae: '*' ghae: '*'
ghec: '*' ghec: '*'
shortTitle: Notifications
--- ---
{% data reusables.actions.enterprise-beta %} {% data reusables.actions.enterprise-beta %}

Просмотреть файл

@ -1,5 +1,6 @@
--- ---
title: Using the visualization graph 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. 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: redirect_from:
- /actions/managing-workflow-runs/using-the-visualization-graph - /actions/managing-workflow-runs/using-the-visualization-graph
@ -8,7 +9,6 @@ versions:
ghes: '*' ghes: '*'
ghae: '*' ghae: '*'
ghec: '*' ghec: '*'
shortTitle: Use the visualization graph
--- ---
{% data reusables.actions.enterprise-beta %} {% data reusables.actions.enterprise-beta %}

Просмотреть файл

@ -1,5 +1,6 @@
--- ---
title: Using workflow run logs 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.' intro: 'You can view, search, and download the logs for each job in a workflow run.'
redirect_from: redirect_from:
- /actions/managing-workflow-runs/using-workflow-run-logs - /actions/managing-workflow-runs/using-workflow-run-logs

Просмотреть файл

@ -1,12 +1,12 @@
--- ---
title: Viewing job execution time 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.' intro: 'You can view the execution time of a job, including the billable minutes that a job accrued.'
redirect_from: redirect_from:
- /actions/managing-workflow-runs/viewing-job-execution-time - /actions/managing-workflow-runs/viewing-job-execution-time
versions: versions:
fpt: '*' fpt: '*'
ghec: '*' ghec: '*'
shortTitle: View job execution time
--- ---
{% data reusables.actions.enterprise-beta %} {% data reusables.actions.enterprise-beta %}

Просмотреть файл

@ -1,5 +1,6 @@
--- ---
title: Viewing workflow run history 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. 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: redirect_from:
- /actions/managing-workflow-runs/viewing-workflow-run-history - /actions/managing-workflow-runs/viewing-workflow-run-history
@ -8,7 +9,6 @@ versions:
ghes: '*' ghes: '*'
ghae: '*' ghae: '*'
ghec: '*' ghec: '*'
shortTitle: View workflow run history
--- ---
{% data reusables.actions.enterprise-beta %} {% data reusables.actions.enterprise-beta %}

Просмотреть файл

@ -1,6 +1,6 @@
--- ---
title: Publishing packages title: Publishing packages
shortTitle: Publishing packages shortTitle: Publish packages
intro: 'You can automatically publish packages using {% data variables.product.prodname_actions %}.' intro: 'You can automatically publish packages using {% data variables.product.prodname_actions %}.'
versions: versions:
fpt: '*' fpt: '*'

Просмотреть файл

@ -1,5 +1,6 @@
--- ---
title: Publishing Docker images 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.' 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: redirect_from:
- /actions/language-and-framework-guides/publishing-docker-images - /actions/language-and-framework-guides/publishing-docker-images

Просмотреть файл

@ -1,5 +1,6 @@
--- ---
title: Publishing Java packages with Gradle 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. intro: You can use Gradle to publish Java packages to a registry as part of your continuous integration (CI) workflow.
redirect_from: redirect_from:
- /actions/language-and-framework-guides/publishing-java-packages-with-gradle - /actions/language-and-framework-guides/publishing-java-packages-with-gradle
@ -15,7 +16,6 @@ topics:
- Publishing - Publishing
- Java - Java
- Gradle - Gradle
shortTitle: Java packages with Gradle
--- ---
{% data reusables.actions.enterprise-beta %} {% data reusables.actions.enterprise-beta %}

Просмотреть файл

@ -1,5 +1,6 @@
--- ---
title: Publishing Java packages with Maven 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. intro: You can use Maven to publish Java packages to a registry as part of your continuous integration (CI) workflow.
redirect_from: redirect_from:
- /actions/language-and-framework-guides/publishing-java-packages-with-maven - /actions/language-and-framework-guides/publishing-java-packages-with-maven
@ -15,7 +16,6 @@ topics:
- Publishing - Publishing
- Java - Java
- Maven - Maven
shortTitle: Java packages with Maven
--- ---
{% data reusables.actions.enterprise-beta %} {% data reusables.actions.enterprise-beta %}

Просмотреть файл

@ -1,5 +1,6 @@
--- ---
title: Publishing Node.js packages 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. intro: You can publish Node.js packages to a registry as part of your continuous integration (CI) workflow.
redirect_from: redirect_from:
- /actions/automating-your-workflow-with-github-actions/publishing-nodejs-packages - /actions/automating-your-workflow-with-github-actions/publishing-nodejs-packages
@ -16,7 +17,6 @@ topics:
- Publishing - Publishing
- Node - Node
- JavaScript - JavaScript
shortTitle: Node.js packages
--- ---
{% data reusables.actions.enterprise-beta %} {% data reusables.actions.enterprise-beta %}

Просмотреть файл

@ -1,6 +1,6 @@
--- ---
title: Creating PostgreSQL service containers 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. 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: redirect_from:
- /actions/automating-your-workflow-with-github-actions/creating-postgresql-service-containers - /actions/automating-your-workflow-with-github-actions/creating-postgresql-service-containers

Просмотреть файл

@ -1,6 +1,6 @@
--- ---
title: Creating Redis service containers 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. 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: redirect_from:
- /actions/automating-your-workflow-with-github-actions/creating-redis-service-containers - /actions/automating-your-workflow-with-github-actions/creating-redis-service-containers

Просмотреть файл

@ -1,5 +1,6 @@
--- ---
title: About GitHub-hosted runners 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.' 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: redirect_from:
- /articles/virtual-environments-for-github-actions - /articles/virtual-environments-for-github-actions
@ -14,7 +15,6 @@ versions:
fpt: '*' fpt: '*'
ghes: '*' ghes: '*'
ghec: '*' ghec: '*'
shortTitle: GitHub-hosted runners
--- ---
{% data reusables.actions.enterprise-beta %} {% data reusables.actions.enterprise-beta %}

Просмотреть файл

@ -1,5 +1,6 @@
--- ---
title: Connecting to a private network 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.' 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: versions:
fpt: '*' fpt: '*'

Просмотреть файл

@ -1,11 +1,11 @@
--- ---
title: Controlling access to larger runners 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. 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 %}' product: '{% data reusables.gated-features.hosted-runners %}'
versions: versions:
feature: 'actions-hosted-runners' feature: 'actions-hosted-runners'
type: tutorial type: tutorial
shortTitle: Controlling access to {% data variables.actions.hosted_runner %}s
--- ---
{% data reusables.actions.enterprise-beta %} {% data reusables.actions.enterprise-beta %}

Просмотреть файл

@ -1,5 +1,6 @@
--- ---
title: Using GitHub-hosted runners title: Using GitHub-hosted runners
shortTitle: GitHub-hosted runners
intro: You can use GitHub's runners to execute your GitHub Actions workflows. intro: You can use GitHub's runners to execute your GitHub Actions workflows.
versions: versions:
fpt: '*' fpt: '*'
@ -12,7 +13,6 @@ children:
- /monitoring-your-current-jobs - /monitoring-your-current-jobs
- /customizing-github-hosted-runners - /customizing-github-hosted-runners
- /connecting-to-a-private-network - /connecting-to-a-private-network
shortTitle: Use GitHub-hosted runners
--- ---
{% data reusables.actions.enterprise-beta %} {% data reusables.actions.enterprise-beta %}

Просмотреть файл

@ -1,9 +1,9 @@
--- ---
title: Monitoring your current jobs 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.' intro: 'Monitor how {% data variables.product.prodname_dotcom %}-hosted runners are processing jobs in your organization or enterprise, and identify any related constraints.'
versions: versions:
feature: github-runner-dashboard feature: github-runner-dashboard
shortTitle: Monitoring your current jobs
--- ---
{% data reusables.actions.enterprise-beta %} {% data reusables.actions.enterprise-beta %}

Просмотреть файл

@ -1,11 +1,11 @@
--- ---
title: Using larger runners title: Using larger runners
shortTitle: 'Larger runners'
intro: '{% data variables.product.prodname_dotcom %} offers larger runners with more RAM and CPU.' intro: '{% data variables.product.prodname_dotcom %} offers larger runners with more RAM and CPU.'
miniTocMaxHeadingLevel: 3 miniTocMaxHeadingLevel: 3
product: '{% data reusables.gated-features.hosted-runners %}' product: '{% data reusables.gated-features.hosted-runners %}'
versions: versions:
feature: 'actions-hosted-runners' feature: 'actions-hosted-runners'
shortTitle: Using {% data variables.actions.hosted_runner %}s
--- ---
## Overview of {% data variables.actions.hosted_runner %}s ## Overview of {% data variables.actions.hosted_runner %}s

Просмотреть файл

@ -1,6 +1,6 @@
--- ---
title: Assigning permissions to jobs title: Assigning permissions to jobs
shortTitle: Assigning permissions to jobs shortTitle: Assign permissions to jobs
intro: Modify the default permissions granted to `GITHUB_TOKEN`. intro: Modify the default permissions granted to `GITHUB_TOKEN`.
versions: versions:
fpt: '*' fpt: '*'

Просмотреть файл

@ -1,6 +1,6 @@
--- ---
title: Choosing the runner for a job 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. intro: Define the type of machine that will process a job in your workflow.
versions: versions:
fpt: '*' fpt: '*'

Просмотреть файл

@ -1,6 +1,6 @@
--- ---
title: Defining outputs for jobs title: Defining outputs for jobs
shortTitle: Defining outputs for jobs shortTitle: Define outputs for jobs
intro: Create a map of outputs for your jobs. intro: Create a map of outputs for your jobs.
versions: versions:
fpt: '*' fpt: '*'

Просмотреть файл

@ -1,6 +1,6 @@
--- ---
title: Running jobs in a container 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. intro: Use a container to run the steps in a job.
versions: versions:
fpt: '*' fpt: '*'

Просмотреть файл

@ -1,6 +1,6 @@
--- ---
title: Setting default values for jobs 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.' intro: 'Define the default settings that will apply to all jobs in the workflow, or all steps in a job.'
versions: versions:
fpt: '*' fpt: '*'

Просмотреть файл

@ -1,6 +1,6 @@
--- ---
title: Using a matrix for your jobs title: Using a matrix for your jobs
shortTitle: Using a matrix shortTitle: Matrixes
intro: Create a matrix to define variations for each job. intro: Create a matrix to define variations for each job.
versions: versions:
fpt: '*' fpt: '*'

Просмотреть файл

@ -1,6 +1,6 @@
--- ---
title: Using concurrency title: Using concurrency
shortTitle: Using concurrency shortTitle: Concurrency
intro: Run a single job at a time. intro: Run a single job at a time.
versions: versions:
fpt: '*' fpt: '*'

Просмотреть файл

@ -1,6 +1,6 @@
--- ---
title: Using conditions to control job execution 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. intro: Prevent a job from running unless your conditions are met.
versions: versions:
fpt: '*' fpt: '*'

Просмотреть файл

@ -1,6 +1,6 @@
--- ---
title: Using environments for jobs title: Using environments for jobs
shortTitle: Using environments for jobs shortTitle: Environments
intro: Specify an environment for a job. intro: Specify an environment for a job.
versions: versions:
fpt: '*' fpt: '*'

Просмотреть файл

@ -1,6 +1,6 @@
--- ---
title: Using jobs in a workflow 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. intro: Use workflows to run multiple jobs.
versions: versions:
fpt: '*' fpt: '*'

Просмотреть файл

@ -1,6 +1,6 @@
--- ---
title: Caching dependencies to speed up workflows 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.' intro: 'To make your workflows faster and more efficient, you can create and use caches for dependencies and other commonly reused files.'
redirect_from: redirect_from:
- /github/automating-your-workflow-with-github-actions/caching-dependencies-to-speed-up-workflows - /github/automating-your-workflow-with-github-actions/caching-dependencies-to-speed-up-workflows

Просмотреть файл

@ -1,6 +1,6 @@
--- ---
title: Creating starter workflows for your organization 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. intro: Learn how you can create starter workflows to help people in your team add new workflows more easily.
redirect_from: redirect_from:
- /actions/configuring-and-managing-workflows/sharing-workflow-templates-within-your-organization - /actions/configuring-and-managing-workflows/sharing-workflow-templates-within-your-organization

Просмотреть файл

@ -1,6 +1,6 @@
--- ---
title: Reusing workflows title: Reusing workflows
shortTitle: Reusing workflows shortTitle: Reuse workflows
intro: Learn how to avoid duplication when creating a workflow by reusing existing workflows. intro: Learn how to avoid duplication when creating a workflow by reusing existing workflows.
redirect_from: redirect_from:
- /actions/learn-github-actions/reusing-workflows - /actions/learn-github-actions/reusing-workflows

Просмотреть файл

@ -1,6 +1,6 @@
--- ---
title: 'Sharing workflows, secrets, and runners with your organization' 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.' intro: 'Learn how you can use organization features to collaborate with your team, by sharing starter workflows, secrets, and self-hosted runners.'
redirect_from: redirect_from:
- /actions/learn-github-actions/sharing-workflows-with-your-organization - /actions/learn-github-actions/sharing-workflows-with-your-organization

Просмотреть файл

@ -1,6 +1,6 @@
--- ---
title: Storing workflow data as artifacts 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. intro: Artifacts allow you to share data between jobs in a workflow and store data once that workflow has completed.
redirect_from: redirect_from:
- /articles/persisting-workflow-data-using-artifacts - /articles/persisting-workflow-data-using-artifacts

Просмотреть файл

@ -1,6 +1,6 @@
--- ---
title: Triggering a workflow title: Triggering a workflow
shortTitle: Triggering a workflow shortTitle: Trigger a workflow
intro: 'How to automatically trigger {% data variables.product.prodname_actions %} workflows' intro: 'How to automatically trigger {% data variables.product.prodname_actions %} workflows'
versions: versions:
fpt: '*' fpt: '*'

Просмотреть файл

@ -1,5 +1,6 @@
--- ---
title: Using starter workflows title: Using starter workflows
shortTitle: Use starter workflows
intro: '{% data variables.product.product_name %} provides starter workflows for a variety of languages and tooling.' intro: '{% data variables.product.product_name %} provides starter workflows for a variety of languages and tooling.'
redirect_from: redirect_from:
- /articles/setting-up-continuous-integration-using-github-actions - /articles/setting-up-continuous-integration-using-github-actions