From 3d58758531a05328302fdfc3a5a0049ffae29f1f Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Fri, 6 Nov 2020 18:00:00 -0800 Subject: [PATCH] Minor grammar correction --- .../learn-github-actions/finding-and-customizing-actions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 4f1a287d3d01..e6fb2043fc96 100644 --- a/content/actions/learn-github-actions/finding-and-customizing-actions.md +++ b/content/actions/learn-github-actions/finding-and-customizing-actions.md @@ -90,7 +90,7 @@ For more information, see "[Using release management for actions](/actions/creat ### Using inputs and outputs with an action -An action often accepts or requires inputs and generates outputs that you can use. For example, an action might require you to specify a path to a file, the name of a label, or other data it will uses as part of the action processing. +An action often accepts or requires inputs and generates outputs that you can use. For example, an action might require you to specify a path to a file, the name of a label, or other data it will use as part of the action processing. To see the inputs and outputs of an action, check the `action.yml` or `action.yaml` in the root directory of the repository.