From 7b86410fc3bc9fecf0cb71dda4c7d2f0da745b85 Mon Sep 17 00:00:00 2001 From: Lucas Costi Date: Wed, 5 Oct 2022 14:34:45 +1000 Subject: [PATCH] Improve Actions short titles (#31394) Co-authored-by: Martin Lopes --- content/actions/creating-actions/creating-a-composite-action.md | 2 +- .../creating-actions/creating-a-docker-container-action.md | 2 +- .../actions/creating-actions/creating-a-javascript-action.md | 2 +- .../creating-actions/releasing-and-maintaining-actions.md | 2 +- .../actions/creating-actions/setting-exit-codes-for-actions.md | 2 +- .../deployment/deploying-to-your-cloud-provider/index.md | 2 +- .../actions/deployment/deploying-xcode-applications/index.md | 2 +- ...-apple-certificate-on-macos-runners-for-xcode-development.md | 2 +- content/actions/deployment/managing-your-deployments/index.md | 2 +- .../managing-your-deployments/viewing-deployment-history.md | 2 +- .../about-security-hardening-with-openid-connect.md | 2 +- .../configuring-openid-connect-in-amazon-web-services.md | 2 +- .../configuring-openid-connect-in-azure.md | 2 +- .../configuring-openid-connect-in-cloud-providers.md | 2 +- .../configuring-openid-connect-in-google-cloud-platform.md | 2 +- .../configuring-openid-connect-in-hashicorp-vault.md | 2 +- .../deployment/security-hardening-your-deployments/index.md | 2 +- .../using-openid-connect-with-reusable-workflows.md | 2 +- .../deployment/targeting-different-environments/index.md | 2 +- .../examples/using-concurrency-expressions-and-a-test-matrix.md | 2 +- .../examples/using-scripts-to-test-your-code-on-a-runner.md | 2 +- content/actions/examples/using-the-github-cli-on-a-runner.md | 2 +- .../autoscaling-with-self-hosted-runners.md | 1 + ...nfiguring-the-self-hosted-runner-application-as-a-service.md | 2 +- content/actions/hosting-your-own-runners/index.md | 1 + .../managing-access-to-self-hosted-runners-using-groups.md | 2 +- .../learn-github-actions/finding-and-customizing-actions.md | 2 +- .../learn-github-actions/understanding-github-actions.md | 2 +- .../adding-labels-to-issues.md | 1 + .../closing-inactive-issues.md | 1 + content/actions/managing-issues-and-pull-requests/index.md | 2 +- .../scheduling-issue-creation.md | 1 + content/actions/managing-workflow-runs/canceling-a-workflow.md | 1 + .../actions/managing-workflow-runs/deleting-a-workflow-run.md | 1 + content/actions/managing-workflow-runs/index.md | 2 +- .../managing-workflow-runs/re-running-workflows-and-jobs.md | 1 + content/actions/managing-workflow-runs/reviewing-deployments.md | 1 + content/actions/migrating-to-github-actions/index.md | 2 +- .../adding-a-workflow-status-badge.md | 2 +- .../enabling-debug-logging.md | 1 + .../notifications-for-workflow-runs.md | 2 +- .../using-the-visualization-graph.md | 2 +- .../using-workflow-run-logs.md | 1 + .../viewing-job-execution-time.md | 2 +- .../viewing-workflow-run-history.md | 2 +- content/actions/publishing-packages/index.md | 2 +- content/actions/publishing-packages/publishing-docker-images.md | 1 + .../publishing-packages/publishing-java-packages-with-gradle.md | 2 +- .../publishing-packages/publishing-java-packages-with-maven.md | 2 +- .../actions/publishing-packages/publishing-nodejs-packages.md | 2 +- .../creating-postgresql-service-containers.md | 2 +- .../creating-redis-service-containers.md | 2 +- .../using-github-hosted-runners/about-github-hosted-runners.md | 2 +- .../connecting-to-a-private-network.md | 1 + .../controlling-access-to-larger-runners.md | 2 +- content/actions/using-github-hosted-runners/index.md | 2 +- .../using-github-hosted-runners/monitoring-your-current-jobs.md | 2 +- .../actions/using-github-hosted-runners/using-larger-runners.md | 2 +- content/actions/using-jobs/assigning-permissions-to-jobs.md | 2 +- content/actions/using-jobs/choosing-the-runner-for-a-job.md | 2 +- content/actions/using-jobs/defining-outputs-for-jobs.md | 2 +- content/actions/using-jobs/running-jobs-in-a-container.md | 2 +- content/actions/using-jobs/setting-default-values-for-jobs.md | 2 +- content/actions/using-jobs/using-a-matrix-for-your-jobs.md | 2 +- content/actions/using-jobs/using-concurrency.md | 2 +- .../using-jobs/using-conditions-to-control-job-execution.md | 2 +- content/actions/using-jobs/using-environments-for-jobs.md | 2 +- content/actions/using-jobs/using-jobs-in-a-workflow.md | 2 +- .../caching-dependencies-to-speed-up-workflows.md | 2 +- .../creating-starter-workflows-for-your-organization.md | 2 +- content/actions/using-workflows/reusing-workflows.md | 2 +- ...ring-workflows-secrets-and-runners-with-your-organization.md | 2 +- .../using-workflows/storing-workflow-data-as-artifacts.md | 2 +- content/actions/using-workflows/triggering-a-workflow.md | 2 +- content/actions/using-workflows/using-starter-workflows.md | 1 + 75 files changed, 75 insertions(+), 61 deletions(-) diff --git a/content/actions/creating-actions/creating-a-composite-action.md b/content/actions/creating-actions/creating-a-composite-action.md index 5bc92e49c7..f84e6475ca 100644 --- a/content/actions/creating-actions/creating-a-composite-action.md +++ b/content/actions/creating-actions/creating-a-composite-action.md @@ -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 %} diff --git a/content/actions/creating-actions/creating-a-docker-container-action.md b/content/actions/creating-actions/creating-a-docker-container-action.md index 2edc36c2cb..483e056160 100644 --- a/content/actions/creating-actions/creating-a-docker-container-action.md +++ b/content/actions/creating-actions/creating-a-docker-container-action.md @@ -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 %} diff --git a/content/actions/creating-actions/creating-a-javascript-action.md b/content/actions/creating-actions/creating-a-javascript-action.md index 6a56652420..66fc48555f 100644 --- a/content/actions/creating-actions/creating-a-javascript-action.md +++ b/content/actions/creating-actions/creating-a-javascript-action.md @@ -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 %} diff --git a/content/actions/creating-actions/releasing-and-maintaining-actions.md b/content/actions/creating-actions/releasing-and-maintaining-actions.md index a75f639e0f..fd9070d47d 100644 --- a/content/actions/creating-actions/releasing-and-maintaining-actions.md +++ b/content/actions/creating-actions/releasing-and-maintaining-actions.md @@ -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: diff --git a/content/actions/creating-actions/setting-exit-codes-for-actions.md b/content/actions/creating-actions/setting-exit-codes-for-actions.md index 1b8f685951..0d23be239a 100644 --- a/content/actions/creating-actions/setting-exit-codes-for-actions.md +++ b/content/actions/creating-actions/setting-exit-codes-for-actions.md @@ -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 diff --git a/content/actions/deployment/deploying-to-your-cloud-provider/index.md b/content/actions/deployment/deploying-to-your-cloud-provider/index.md index a31cb4f532..f3e21f5fba 100644 --- a/content/actions/deployment/deploying-to-your-cloud-provider/index.md +++ b/content/actions/deployment/deploying-to-your-cloud-provider/index.md @@ -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: '*' diff --git a/content/actions/deployment/deploying-xcode-applications/index.md b/content/actions/deployment/deploying-xcode-applications/index.md index 6d189b8420..5239bef2e8 100644 --- a/content/actions/deployment/deploying-xcode-applications/index.md +++ b/content/actions/deployment/deploying-xcode-applications/index.md @@ -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: '*' diff --git a/content/actions/deployment/deploying-xcode-applications/installing-an-apple-certificate-on-macos-runners-for-xcode-development.md b/content/actions/deployment/deploying-xcode-applications/installing-an-apple-certificate-on-macos-runners-for-xcode-development.md index 1459f98cd5..d2992f8c22 100644 --- a/content/actions/deployment/deploying-xcode-applications/installing-an-apple-certificate-on-macos-runners-for-xcode-development.md +++ b/content/actions/deployment/deploying-xcode-applications/installing-an-apple-certificate-on-macos-runners-for-xcode-development.md @@ -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 %} diff --git a/content/actions/deployment/managing-your-deployments/index.md b/content/actions/deployment/managing-your-deployments/index.md index 46b6374261..a8bdad6eac 100644 --- a/content/actions/deployment/managing-your-deployments/index.md +++ b/content/actions/deployment/managing-your-deployments/index.md @@ -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: '*' diff --git a/content/actions/deployment/managing-your-deployments/viewing-deployment-history.md b/content/actions/deployment/managing-your-deployments/viewing-deployment-history.md index dfa9894828..c1c36b6a61 100644 --- a/content/actions/deployment/managing-your-deployments/viewing-deployment-history.md +++ b/content/actions/deployment/managing-your-deployments/viewing-deployment-history.md @@ -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 diff --git a/content/actions/deployment/security-hardening-your-deployments/about-security-hardening-with-openid-connect.md b/content/actions/deployment/security-hardening-your-deployments/about-security-hardening-with-openid-connect.md index 8aa0aa6a7f..40a00cfb3f 100644 --- a/content/actions/deployment/security-hardening-your-deployments/about-security-hardening-with-openid-connect.md +++ b/content/actions/deployment/security-hardening-your-deployments/about-security-hardening-with-openid-connect.md @@ -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: diff --git a/content/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-amazon-web-services.md b/content/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-amazon-web-services.md index 05e4e4feee..5d1246e87c 100644 --- a/content/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-amazon-web-services.md +++ b/content/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-amazon-web-services.md @@ -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: diff --git a/content/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-azure.md b/content/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-azure.md index 1e7dcbffac..aef4c57eba 100644 --- a/content/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-azure.md +++ b/content/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-azure.md @@ -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: diff --git a/content/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-cloud-providers.md b/content/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-cloud-providers.md index a19984884c..81edb8dfcb 100644 --- a/content/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-cloud-providers.md +++ b/content/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-cloud-providers.md @@ -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: diff --git a/content/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-google-cloud-platform.md b/content/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-google-cloud-platform.md index 90459b1519..7b5a297944 100644 --- a/content/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-google-cloud-platform.md +++ b/content/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-google-cloud-platform.md @@ -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: diff --git a/content/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-hashicorp-vault.md b/content/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-hashicorp-vault.md index c32e7dc1d5..9d8f3e75a0 100644 --- a/content/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-hashicorp-vault.md +++ b/content/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-hashicorp-vault.md @@ -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: diff --git a/content/actions/deployment/security-hardening-your-deployments/index.md b/content/actions/deployment/security-hardening-your-deployments/index.md index f6a8748a63..8ccc21dd68 100644 --- a/content/actions/deployment/security-hardening-your-deployments/index.md +++ b/content/actions/deployment/security-hardening-your-deployments/index.md @@ -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: '*' diff --git a/content/actions/deployment/security-hardening-your-deployments/using-openid-connect-with-reusable-workflows.md b/content/actions/deployment/security-hardening-your-deployments/using-openid-connect-with-reusable-workflows.md index 799d1eec8b..f0423f83d6 100644 --- a/content/actions/deployment/security-hardening-your-deployments/using-openid-connect-with-reusable-workflows.md +++ b/content/actions/deployment/security-hardening-your-deployments/using-openid-connect-with-reusable-workflows.md @@ -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: diff --git a/content/actions/deployment/targeting-different-environments/index.md b/content/actions/deployment/targeting-different-environments/index.md index b1f05798ed..62d78d0008 100644 --- a/content/actions/deployment/targeting-different-environments/index.md +++ b/content/actions/deployment/targeting-different-environments/index.md @@ -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: '*' diff --git a/content/actions/examples/using-concurrency-expressions-and-a-test-matrix.md b/content/actions/examples/using-concurrency-expressions-and-a-test-matrix.md index 647e009a42..c568c90391 100644 --- a/content/actions/examples/using-concurrency-expressions-and-a-test-matrix.md +++ b/content/actions/examples/using-concurrency-expressions-and-a-test-matrix.md @@ -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: '*' diff --git a/content/actions/examples/using-scripts-to-test-your-code-on-a-runner.md b/content/actions/examples/using-scripts-to-test-your-code-on-a-runner.md index f92ceedaa7..082a529264 100644 --- a/content/actions/examples/using-scripts-to-test-your-code-on-a-runner.md +++ b/content/actions/examples/using-scripts-to-test-your-code-on-a-runner.md @@ -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: '*' diff --git a/content/actions/examples/using-the-github-cli-on-a-runner.md b/content/actions/examples/using-the-github-cli-on-a-runner.md index 9e36b550f3..cab7c4b9e3 100644 --- a/content/actions/examples/using-the-github-cli-on-a-runner.md +++ b/content/actions/examples/using-the-github-cli-on-a-runner.md @@ -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: '*' diff --git a/content/actions/hosting-your-own-runners/autoscaling-with-self-hosted-runners.md b/content/actions/hosting-your-own-runners/autoscaling-with-self-hosted-runners.md index e2894b8fdd..89ba5d874e 100644 --- a/content/actions/hosting-your-own-runners/autoscaling-with-self-hosted-runners.md +++ b/content/actions/hosting-your-own-runners/autoscaling-with-self-hosted-runners.md @@ -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: '*' diff --git a/content/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service.md b/content/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service.md index 7463d3c5df..56644b21be 100644 --- a/content/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service.md +++ b/content/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service.md @@ -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 %} diff --git a/content/actions/hosting-your-own-runners/index.md b/content/actions/hosting-your-own-runners/index.md index 4a9f617d66..63ce6ade11 100644 --- a/content/actions/hosting-your-own-runners/index.md +++ b/content/actions/hosting-your-own-runners/index.md @@ -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 diff --git a/content/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups.md b/content/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups.md index acf5f26451..6233696e7e 100644 --- a/content/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups.md +++ b/content/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups.md @@ -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 %} diff --git a/content/actions/learn-github-actions/finding-and-customizing-actions.md b/content/actions/learn-github-actions/finding-and-customizing-actions.md index 8569d3cf80..26a3fa7743 100644 --- a/content/actions/learn-github-actions/finding-and-customizing-actions.md +++ b/content/actions/learn-github-actions/finding-and-customizing-actions.md @@ -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 diff --git a/content/actions/learn-github-actions/understanding-github-actions.md b/content/actions/learn-github-actions/understanding-github-actions.md index ea6cebc80b..da677ef353 100644 --- a/content/actions/learn-github-actions/understanding-github-actions.md +++ b/content/actions/learn-github-actions/understanding-github-actions.md @@ -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: diff --git a/content/actions/managing-issues-and-pull-requests/adding-labels-to-issues.md b/content/actions/managing-issues-and-pull-requests/adding-labels-to-issues.md index 2f25143b34..1bc2c2597e 100644 --- a/content/actions/managing-issues-and-pull-requests/adding-labels-to-issues.md +++ b/content/actions/managing-issues-and-pull-requests/adding-labels-to-issues.md @@ -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 diff --git a/content/actions/managing-issues-and-pull-requests/closing-inactive-issues.md b/content/actions/managing-issues-and-pull-requests/closing-inactive-issues.md index fcef2f662e..c9d17ebd78 100644 --- a/content/actions/managing-issues-and-pull-requests/closing-inactive-issues.md +++ b/content/actions/managing-issues-and-pull-requests/closing-inactive-issues.md @@ -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 diff --git a/content/actions/managing-issues-and-pull-requests/index.md b/content/actions/managing-issues-and-pull-requests/index.md index 8de3865cbd..15ba517f32 100644 --- a/content/actions/managing-issues-and-pull-requests/index.md +++ b/content/actions/managing-issues-and-pull-requests/index.md @@ -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: '*' diff --git a/content/actions/managing-issues-and-pull-requests/scheduling-issue-creation.md b/content/actions/managing-issues-and-pull-requests/scheduling-issue-creation.md index ed254e6440..ef5aba9801 100644 --- a/content/actions/managing-issues-and-pull-requests/scheduling-issue-creation.md +++ b/content/actions/managing-issues-and-pull-requests/scheduling-issue-creation.md @@ -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 diff --git a/content/actions/managing-workflow-runs/canceling-a-workflow.md b/content/actions/managing-workflow-runs/canceling-a-workflow.md index c239f9e907..c9aa36e791 100644 --- a/content/actions/managing-workflow-runs/canceling-a-workflow.md +++ b/content/actions/managing-workflow-runs/canceling-a-workflow.md @@ -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: '*' diff --git a/content/actions/managing-workflow-runs/deleting-a-workflow-run.md b/content/actions/managing-workflow-runs/deleting-a-workflow-run.md index 5bdd78e23f..78e3227449 100644 --- a/content/actions/managing-workflow-runs/deleting-a-workflow-run.md +++ b/content/actions/managing-workflow-runs/deleting-a-workflow-run.md @@ -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: '*' diff --git a/content/actions/managing-workflow-runs/index.md b/content/actions/managing-workflow-runs/index.md index 47e5cba891..4c84da5427 100644 --- a/content/actions/managing-workflow-runs/index.md +++ b/content/actions/managing-workflow-runs/index.md @@ -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 diff --git a/content/actions/managing-workflow-runs/re-running-workflows-and-jobs.md b/content/actions/managing-workflow-runs/re-running-workflows-and-jobs.md index a1d240e9c0..2984bbaf48 100644 --- a/content/actions/managing-workflow-runs/re-running-workflows-and-jobs.md +++ b/content/actions/managing-workflow-runs/re-running-workflows-and-jobs.md @@ -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 diff --git a/content/actions/managing-workflow-runs/reviewing-deployments.md b/content/actions/managing-workflow-runs/reviewing-deployments.md index 64c20164db..5326620cf8 100644 --- a/content/actions/managing-workflow-runs/reviewing-deployments.md +++ b/content/actions/managing-workflow-runs/reviewing-deployments.md @@ -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: diff --git a/content/actions/migrating-to-github-actions/index.md b/content/actions/migrating-to-github-actions/index.md index 54a6cff1d2..61eeec8a61 100644 --- a/content/actions/migrating-to-github-actions/index.md +++ b/content/actions/migrating-to-github-actions/index.md @@ -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: '*' diff --git a/content/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge.md b/content/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge.md index 0a3e767964..992834b8fe 100644 --- a/content/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge.md +++ b/content/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge.md @@ -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 %} diff --git a/content/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging.md b/content/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging.md index 4617dfca86..b2d9fb000c 100644 --- a/content/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging.md +++ b/content/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging.md @@ -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 diff --git a/content/actions/monitoring-and-troubleshooting-workflows/notifications-for-workflow-runs.md b/content/actions/monitoring-and-troubleshooting-workflows/notifications-for-workflow-runs.md index 862e2cca8d..558d6980b6 100644 --- a/content/actions/monitoring-and-troubleshooting-workflows/notifications-for-workflow-runs.md +++ b/content/actions/monitoring-and-troubleshooting-workflows/notifications-for-workflow-runs.md @@ -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 %} diff --git a/content/actions/monitoring-and-troubleshooting-workflows/using-the-visualization-graph.md b/content/actions/monitoring-and-troubleshooting-workflows/using-the-visualization-graph.md index a6513d01bf..64a5b2940a 100644 --- a/content/actions/monitoring-and-troubleshooting-workflows/using-the-visualization-graph.md +++ b/content/actions/monitoring-and-troubleshooting-workflows/using-the-visualization-graph.md @@ -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 %} diff --git a/content/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs.md b/content/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs.md index e246dcd3bb..28306305f4 100644 --- a/content/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs.md +++ b/content/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs.md @@ -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 diff --git a/content/actions/monitoring-and-troubleshooting-workflows/viewing-job-execution-time.md b/content/actions/monitoring-and-troubleshooting-workflows/viewing-job-execution-time.md index f45197dc21..8a84f471bf 100644 --- a/content/actions/monitoring-and-troubleshooting-workflows/viewing-job-execution-time.md +++ b/content/actions/monitoring-and-troubleshooting-workflows/viewing-job-execution-time.md @@ -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 %} diff --git a/content/actions/monitoring-and-troubleshooting-workflows/viewing-workflow-run-history.md b/content/actions/monitoring-and-troubleshooting-workflows/viewing-workflow-run-history.md index c73a4583ed..b6b21681fe 100644 --- a/content/actions/monitoring-and-troubleshooting-workflows/viewing-workflow-run-history.md +++ b/content/actions/monitoring-and-troubleshooting-workflows/viewing-workflow-run-history.md @@ -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 %} diff --git a/content/actions/publishing-packages/index.md b/content/actions/publishing-packages/index.md index 843d525047..e96c11cc4e 100644 --- a/content/actions/publishing-packages/index.md +++ b/content/actions/publishing-packages/index.md @@ -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: '*' diff --git a/content/actions/publishing-packages/publishing-docker-images.md b/content/actions/publishing-packages/publishing-docker-images.md index c56906a838..8f521c2664 100644 --- a/content/actions/publishing-packages/publishing-docker-images.md +++ b/content/actions/publishing-packages/publishing-docker-images.md @@ -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 diff --git a/content/actions/publishing-packages/publishing-java-packages-with-gradle.md b/content/actions/publishing-packages/publishing-java-packages-with-gradle.md index d656f4ed78..3da7a6713d 100644 --- a/content/actions/publishing-packages/publishing-java-packages-with-gradle.md +++ b/content/actions/publishing-packages/publishing-java-packages-with-gradle.md @@ -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 %} diff --git a/content/actions/publishing-packages/publishing-java-packages-with-maven.md b/content/actions/publishing-packages/publishing-java-packages-with-maven.md index 4a6ca76338..3c81a5295b 100644 --- a/content/actions/publishing-packages/publishing-java-packages-with-maven.md +++ b/content/actions/publishing-packages/publishing-java-packages-with-maven.md @@ -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 %} diff --git a/content/actions/publishing-packages/publishing-nodejs-packages.md b/content/actions/publishing-packages/publishing-nodejs-packages.md index 0768413dbc..908764eb17 100644 --- a/content/actions/publishing-packages/publishing-nodejs-packages.md +++ b/content/actions/publishing-packages/publishing-nodejs-packages.md @@ -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 %} diff --git a/content/actions/using-containerized-services/creating-postgresql-service-containers.md b/content/actions/using-containerized-services/creating-postgresql-service-containers.md index 605c45f2ee..e580818e29 100644 --- a/content/actions/using-containerized-services/creating-postgresql-service-containers.md +++ b/content/actions/using-containerized-services/creating-postgresql-service-containers.md @@ -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 diff --git a/content/actions/using-containerized-services/creating-redis-service-containers.md b/content/actions/using-containerized-services/creating-redis-service-containers.md index 8c863a1fdc..839feceba8 100644 --- a/content/actions/using-containerized-services/creating-redis-service-containers.md +++ b/content/actions/using-containerized-services/creating-redis-service-containers.md @@ -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 diff --git a/content/actions/using-github-hosted-runners/about-github-hosted-runners.md b/content/actions/using-github-hosted-runners/about-github-hosted-runners.md index 62fe7d964c..16defd8a7e 100644 --- a/content/actions/using-github-hosted-runners/about-github-hosted-runners.md +++ b/content/actions/using-github-hosted-runners/about-github-hosted-runners.md @@ -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 %} diff --git a/content/actions/using-github-hosted-runners/connecting-to-a-private-network.md b/content/actions/using-github-hosted-runners/connecting-to-a-private-network.md index d25112f22c..6210b2ecc5 100644 --- a/content/actions/using-github-hosted-runners/connecting-to-a-private-network.md +++ b/content/actions/using-github-hosted-runners/connecting-to-a-private-network.md @@ -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: '*' diff --git a/content/actions/using-github-hosted-runners/controlling-access-to-larger-runners.md b/content/actions/using-github-hosted-runners/controlling-access-to-larger-runners.md index 6aac71b234..ce90c6fe8e 100644 --- a/content/actions/using-github-hosted-runners/controlling-access-to-larger-runners.md +++ b/content/actions/using-github-hosted-runners/controlling-access-to-larger-runners.md @@ -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 %} diff --git a/content/actions/using-github-hosted-runners/index.md b/content/actions/using-github-hosted-runners/index.md index 89da172b2b..2195164561 100644 --- a/content/actions/using-github-hosted-runners/index.md +++ b/content/actions/using-github-hosted-runners/index.md @@ -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 %} diff --git a/content/actions/using-github-hosted-runners/monitoring-your-current-jobs.md b/content/actions/using-github-hosted-runners/monitoring-your-current-jobs.md index 483b5e070f..14c648a87b 100644 --- a/content/actions/using-github-hosted-runners/monitoring-your-current-jobs.md +++ b/content/actions/using-github-hosted-runners/monitoring-your-current-jobs.md @@ -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 %} diff --git a/content/actions/using-github-hosted-runners/using-larger-runners.md b/content/actions/using-github-hosted-runners/using-larger-runners.md index 5d941f42f3..e3251b78a6 100644 --- a/content/actions/using-github-hosted-runners/using-larger-runners.md +++ b/content/actions/using-github-hosted-runners/using-larger-runners.md @@ -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 diff --git a/content/actions/using-jobs/assigning-permissions-to-jobs.md b/content/actions/using-jobs/assigning-permissions-to-jobs.md index a99c44cd87..5ffb5bf516 100644 --- a/content/actions/using-jobs/assigning-permissions-to-jobs.md +++ b/content/actions/using-jobs/assigning-permissions-to-jobs.md @@ -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: '*' diff --git a/content/actions/using-jobs/choosing-the-runner-for-a-job.md b/content/actions/using-jobs/choosing-the-runner-for-a-job.md index f3614ea491..672d326e5d 100644 --- a/content/actions/using-jobs/choosing-the-runner-for-a-job.md +++ b/content/actions/using-jobs/choosing-the-runner-for-a-job.md @@ -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: '*' diff --git a/content/actions/using-jobs/defining-outputs-for-jobs.md b/content/actions/using-jobs/defining-outputs-for-jobs.md index 0255f28d38..3680f6ae81 100644 --- a/content/actions/using-jobs/defining-outputs-for-jobs.md +++ b/content/actions/using-jobs/defining-outputs-for-jobs.md @@ -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: '*' diff --git a/content/actions/using-jobs/running-jobs-in-a-container.md b/content/actions/using-jobs/running-jobs-in-a-container.md index c1903a8bb9..61afcb366d 100644 --- a/content/actions/using-jobs/running-jobs-in-a-container.md +++ b/content/actions/using-jobs/running-jobs-in-a-container.md @@ -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: '*' diff --git a/content/actions/using-jobs/setting-default-values-for-jobs.md b/content/actions/using-jobs/setting-default-values-for-jobs.md index e585cb7178..2be5633e0e 100644 --- a/content/actions/using-jobs/setting-default-values-for-jobs.md +++ b/content/actions/using-jobs/setting-default-values-for-jobs.md @@ -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: '*' diff --git a/content/actions/using-jobs/using-a-matrix-for-your-jobs.md b/content/actions/using-jobs/using-a-matrix-for-your-jobs.md index 40615bed48..0130deeefd 100644 --- a/content/actions/using-jobs/using-a-matrix-for-your-jobs.md +++ b/content/actions/using-jobs/using-a-matrix-for-your-jobs.md @@ -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: '*' diff --git a/content/actions/using-jobs/using-concurrency.md b/content/actions/using-jobs/using-concurrency.md index 92c338c692..3870c24df8 100644 --- a/content/actions/using-jobs/using-concurrency.md +++ b/content/actions/using-jobs/using-concurrency.md @@ -1,6 +1,6 @@ --- title: Using concurrency -shortTitle: Using concurrency +shortTitle: Concurrency intro: Run a single job at a time. versions: fpt: '*' diff --git a/content/actions/using-jobs/using-conditions-to-control-job-execution.md b/content/actions/using-jobs/using-conditions-to-control-job-execution.md index fd0009824a..0bd46fa968 100644 --- a/content/actions/using-jobs/using-conditions-to-control-job-execution.md +++ b/content/actions/using-jobs/using-conditions-to-control-job-execution.md @@ -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: '*' diff --git a/content/actions/using-jobs/using-environments-for-jobs.md b/content/actions/using-jobs/using-environments-for-jobs.md index cedcf62bab..fe724a42ed 100644 --- a/content/actions/using-jobs/using-environments-for-jobs.md +++ b/content/actions/using-jobs/using-environments-for-jobs.md @@ -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: '*' diff --git a/content/actions/using-jobs/using-jobs-in-a-workflow.md b/content/actions/using-jobs/using-jobs-in-a-workflow.md index f7761c72ed..7c70bea0c5 100644 --- a/content/actions/using-jobs/using-jobs-in-a-workflow.md +++ b/content/actions/using-jobs/using-jobs-in-a-workflow.md @@ -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: '*' diff --git a/content/actions/using-workflows/caching-dependencies-to-speed-up-workflows.md b/content/actions/using-workflows/caching-dependencies-to-speed-up-workflows.md index 2de67fe8e5..f117ead07c 100644 --- a/content/actions/using-workflows/caching-dependencies-to-speed-up-workflows.md +++ b/content/actions/using-workflows/caching-dependencies-to-speed-up-workflows.md @@ -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 diff --git a/content/actions/using-workflows/creating-starter-workflows-for-your-organization.md b/content/actions/using-workflows/creating-starter-workflows-for-your-organization.md index 77dd9af5bf..ad1fc32d99 100644 --- a/content/actions/using-workflows/creating-starter-workflows-for-your-organization.md +++ b/content/actions/using-workflows/creating-starter-workflows-for-your-organization.md @@ -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 diff --git a/content/actions/using-workflows/reusing-workflows.md b/content/actions/using-workflows/reusing-workflows.md index ace817eab0..016cb10829 100644 --- a/content/actions/using-workflows/reusing-workflows.md +++ b/content/actions/using-workflows/reusing-workflows.md @@ -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 diff --git a/content/actions/using-workflows/sharing-workflows-secrets-and-runners-with-your-organization.md b/content/actions/using-workflows/sharing-workflows-secrets-and-runners-with-your-organization.md index 2109206f82..6d56152317 100644 --- a/content/actions/using-workflows/sharing-workflows-secrets-and-runners-with-your-organization.md +++ b/content/actions/using-workflows/sharing-workflows-secrets-and-runners-with-your-organization.md @@ -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 diff --git a/content/actions/using-workflows/storing-workflow-data-as-artifacts.md b/content/actions/using-workflows/storing-workflow-data-as-artifacts.md index 44765cb1a3..7b9da28751 100644 --- a/content/actions/using-workflows/storing-workflow-data-as-artifacts.md +++ b/content/actions/using-workflows/storing-workflow-data-as-artifacts.md @@ -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 diff --git a/content/actions/using-workflows/triggering-a-workflow.md b/content/actions/using-workflows/triggering-a-workflow.md index 9c19cc72ff..c0c7429ee7 100644 --- a/content/actions/using-workflows/triggering-a-workflow.md +++ b/content/actions/using-workflows/triggering-a-workflow.md @@ -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: '*' diff --git a/content/actions/using-workflows/using-starter-workflows.md b/content/actions/using-workflows/using-starter-workflows.md index 208892d56d..e088e87075 100644 --- a/content/actions/using-workflows/using-starter-workflows.md +++ b/content/actions/using-workflows/using-starter-workflows.md @@ -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