From 87818f7ef6520c962d9738281c23d51c0a8dad39 Mon Sep 17 00:00:00 2001 From: Tom Elliott <13594679+tmelliottjr@users.noreply.github.com> Date: Wed, 16 Feb 2022 21:47:46 -0500 Subject: [PATCH] Update understanding-github-actions.md Removes extra use of 'repository'. --- .../learn-github-actions/understanding-github-actions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/actions/learn-github-actions/understanding-github-actions.md b/content/actions/learn-github-actions/understanding-github-actions.md index 911a8476fb32..07100b7d9c35 100644 --- a/content/actions/learn-github-actions/understanding-github-actions.md +++ b/content/actions/learn-github-actions/understanding-github-actions.md @@ -38,7 +38,7 @@ You can configure a {% data variables.product.prodname_actions %} _workflow_ to A workflow is a configurable automated process that will run one or more jobs. Workflows are defined by a YAML file checked in to your repository and will run when triggered by an event in your repository, or they can be triggered manually, or at a defined schedule. -Your repository can have multiple workflows in a repository, each of which can perform a different set of steps. For example, you can have one workflow to build and test pull requests, another workflow to deploy your application every time a release is created, and still another workflow that adds a label every time someone opens a new issue. +You can have multiple workflows in a repository, each of which can perform a different set of steps. For example, you can have one workflow to build and test pull requests, another workflow to deploy your application every time a release is created, and still another workflow that adds a label every time someone opens a new issue. {% ifversion fpt or ghes > 3.3 or ghae-issue-4757 or ghec %}You can reference a workflow within another workflow, see "[Reusing workflows](/actions/learn-github-actions/reusing-workflows)."{% endif %} @@ -266,4 +266,4 @@ To understand how billing works for {% data variables.product.prodname_actions % ## Further reading {% ifversion ghec or ghes or ghae %} -- "[About {% data variables.product.prodname_actions %} for enterprises](/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises)"{% endif %} \ No newline at end of file +- "[About {% data variables.product.prodname_actions %} for enterprises](/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises)"{% endif %}