Skip to content

Commit dbb9b12

Browse files
authored
Merge pull request #1147 from stevepiercy/patch-1
Minor grammar correction
2 parents f1dc1ad + d36cbcb commit dbb9b12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/actions/learn-github-actions/finding-and-customizing-actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ For more information, see "[Using release management for actions](/actions/creat
9090

9191
### Using inputs and outputs with an action
9292

93-
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.
93+
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.
9494

9595
To see the inputs and outputs of an action, check the `action.yml` or `action.yaml` in the root directory of the repository.
9696

0 commit comments

Comments
 (0)